We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5452679 commit 30d2b58Copy full SHA for 30d2b58
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- 'v*' # Trigger the workflow when a tag starting with 'v' is pushed, like v1.0.0
7
+ workflow_dispatch:
8
+
9
10
jobs:
11
deploy:
0 commit comments