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.
2 parents 0aec4df + f5dffbf commit 329a80cCopy full SHA for 329a80c
1 file changed
.github/workflows/ci.yaml
@@ -3,8 +3,8 @@ name: CI
3
on:
4
push:
5
branches: [ main ]
6
+ # Run on every PR regardless of base branch so stacked PRs get CI too.
7
pull_request:
- branches: [ main ]
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments