We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
master
main
1 parent d443c60 commit 1836763Copy full SHA for 1836763
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
7
jobs:
8
release:
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test
pull_request:
types: [opened, synchronize]
package.json
@@ -42,5 +42,10 @@
42
"extends": [
43
"github>gr2m/.github"
44
]
45
+ },
46
+ "release": {
47
+ "branches": [
48
+ "main"
49
+ ]
50
}
51
0 commit comments