We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fd394 commit 7f5a56eCopy full SHA for 7f5a56e
.github/workflows/release.yaml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
branches:
5
- - master # or main
+ - main # or main
6
7
permissions:
8
contents: read # for checkout
0 commit comments