We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79a993 commit a466aa4Copy full SHA for a466aa4
2 files changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
"on":
2
push:
3
branches:
4
- - master
+ - main
5
name: Release
6
jobs:
7
build:
package.json
@@ -46,5 +46,16 @@
46
"prettier": "^2.8.1",
47
"tsd": "^0.25.0",
48
"typescript": "^4.9.4"
49
+ },
50
+ "release": {
51
+ "branches": [
52
+ "+([0-9]).x",
53
+ "main",
54
+ "next",
55
+ {
56
+ "name": "beta",
57
+ "prerelease": true
58
+ }
59
+ ]
60
}
61
0 commit comments