diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f35dbf2..f0932f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: jobs: Tests: - if: contains(github.head_ref, 'changeset-release') + if: !contains(github.head_ref, 'changeset-release') runs-on: ${{ matrix.os }} timeout-minutes: 15 strategy: