diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96d4084..250ddb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] paths: - 'src/**' - '__tests__/**' @@ -17,7 +17,7 @@ permissions: contents: read # to fetch code (actions/checkout) concurrency: - group: '${{ github.workflow }} - ${{ github.head_ref || github.ref }}' + group: '${{ github.workflow }} - ${{ github.ref }}' cancel-in-progress: true jobs: