We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c414ce commit 24fda3bCopy full SHA for 24fda3b
1 file changed
.github/workflows/ci.yml
@@ -58,6 +58,7 @@ jobs:
58
run: node --run ci:e2e
59
60
changeset-check:
61
+ if: github.event.pull_request.base.ref != 'main'
62
runs-on: ubuntu-latest
63
steps:
64
- name: Checkout repository
0 commit comments