We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fa09b commit 72f97eaCopy full SHA for 72f97ea
1 file changed
.github/workflows/release.yml
@@ -2,6 +2,7 @@ name: Release
2
on:
3
push:
4
branches: [main]
5
+ workflow_dispatch:
6
7
concurrency: ${{ github.workflow }}-${{ github.ref }}
8
0 commit comments