We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa756ce + 7f2b1f6 commit 9d81a84Copy full SHA for 9d81a84
2 files changed
.github/workflows/release.yml
@@ -1,12 +1,7 @@
1
name: Release
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- paths-ignore:
8
- - 'package.json'
9
- - 'CHANGELOG.md'
+ workflow_dispatch:
10
11
permissions:
12
contents: write
@@ -50,6 +45,7 @@ jobs:
50
45
with:
51
46
github-token: ${{ secrets.github_token }}
52
47
skip-on-empty: false
48
+ skip-commit: true
53
49
54
- name: GIT/NPM config
55
run: |
CHANGELOG.md
0 commit comments