We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0815bb4 commit 1e25b44Copy full SHA for 1e25b44
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- '*'
7
8
+ # Allows manual triggering of the workflow
9
+ workflow_dispatch:
10
+
11
permissions:
12
contents: write
13
0 commit comments