We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f8719 commit 685d674Copy full SHA for 685d674
1 file changed
.github/workflows/build.yml
@@ -2,10 +2,9 @@ name: "Build"
2
3
on:
4
pull_request:
5
- types: [ "opened", "synchronize", "edited", "reopened" ]
6
push:
7
branches:
8
- - master
+ - main
9
- v*.*
10
11
env:
0 commit comments