diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e087e0..55b8714 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ on: jobs: build-and-test: name: Build & Test + if: ${{ !(github.event.pull_request.base.ref == 'main' && github.head_ref == 'changeset-release/main') }} runs-on: ubuntu-latest steps: - name: Checkout