We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c83bd4 commit 4e83139Copy full SHA for 4e83139
.github/workflows/release.yml
@@ -1,12 +1,14 @@
1
name: Release
2
3
on:
4
- push:
5
- branches: [master]
+ workflow_dispatch:
+ branches:
6
+ - main
7
8
jobs:
9
build-release:
10
runs-on: ubuntu-latest
11
+ environment: prod
12
13
steps:
14
- uses: actions/checkout@v2
package.json
@@ -193,5 +193,11 @@
193
"pre-commit": "lint-staged",
194
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
195
}
196
+ },
197
+ "release": {
198
+ "comment": "This is for semantic-release configuration",
199
+ "branches": [
200
+ "main"
201
+ ]
202
203
0 commit comments