We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb8a7e commit db68fc3Copy full SHA for db68fc3
1 file changed
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: Publish Release
3
on:
4
push:
5
tags: [ 'v*.*.*' ]
6
+ branches: [ main ]
7
workflow_dispatch:
8
inputs:
9
version:
0 commit comments