We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc2720 commit da7c77bCopy full SHA for da7c77b
.github/workflows/ci.yml
@@ -2,7 +2,9 @@ name: CI
2
on:
3
pull_request:
4
branches: ['**', '!changeset-release/**']
5
- # CI only runs on PRs - merge queue validates before merge to main
+ push:
6
+ branches: [main]
7
+ # TODO: Optimize - separate deployment workflow to avoid re-running tests on main
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments