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 4c5afda commit 18caaedCopy full SHA for 18caaed
.github/workflows/release.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches: [master, main]
5
tags: ["*"]
6
+ workflow_dispatch: # allow to manually trigger this workflow
7
jobs:
8
release:
9
concurrency: release
0 commit comments