diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4012be..a7082b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,13 +3,13 @@ name: CI on: push: branches: - - "main" + - "add-gitlab-provider" paths: - '**' - '!docs/**' pull_request: branches: - - "main" + - "add-gitlab-provider" concurrency: group: ${{ github.workflow }}-${{ github.ref }}