We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f192da commit d5271e8Copy full SHA for d5271e8
.github/workflows/deploy.yml
@@ -1,6 +1,9 @@
1
name: Deploy on push
2
3
on:
4
+ # Allow manual trigger when there is a bug in the script
5
+ workflow_dispatch:
6
+ # On master push
7
push:
8
branches:
9
- master
0 commit comments