Add workflow dispatch to actions for manual runs

This commit is contained in:
Antony Messerli
2021-05-09 10:29:09 -05:00
parent 9e8201d66c
commit 0f3a0d9a0b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- development
workflow_dispatch:
env:
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- RC
workflow_dispatch:
env:
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}