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 eceee69 commit 268e725Copy full SHA for 268e725
.github/workflows/build.yaml
@@ -2,9 +2,12 @@ name: build
2
3
on:
4
push:
5
- branches:
6
- - 'main'
+ # branches:
+ # - 'main'
7
+ # NOTE: pull_request tests a potential merge conflict. push builds the branch as it would build main. Both serve separate purposes.
8
+ # Especially when working with CI changes, we may want to see both, hence not limiting builds to the main branch.
9
pull_request:
10
+ workflow_dispatch:
11
12
# This ensures that jobs get canceled when force-pushing
13
concurrency:
0 commit comments