We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba09ee commit d3b4684Copy full SHA for d3b4684
1 file changed
.github/workflows/build-release.yml
@@ -2,8 +2,7 @@ name: Build and Release
2
3
on:
4
push:
5
- branches: master
6
- tags: [ 'v*' ]
+ tags: 'v*'
7
workflow_dispatch:
8
9
permissions:
0 commit comments