We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547d4fc commit 2dbfc51Copy full SHA for 2dbfc51
.github/workflows/verify.yml
@@ -3,7 +3,7 @@ name: code verification
3
on: # yamllint disable-line rule:truthy
4
push:
5
branches:
6
- - "master"
+ - "main"
7
pull_request: {}
8
9
concurrency:
0 commit comments