We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfbc7a commit 222ac45Copy full SHA for 222ac45
.github/workflows/Publish Release.yml
@@ -3,7 +3,8 @@ name: Publish Release
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [ main ]
+ tags:
7
+ - 'v*'
8
paths-ignore:
9
- '.github/workflows/*'
10
0 commit comments