Skip to content

Commit 97ad614

Browse files
committed
CI: Allow manual runs for deployment
1 parent 70e23f1 commit 97ad614

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Bot Deployment
22

33
on:
4+
# Trigger the workflow every time a push is made to 'master'
45
push:
5-
branches:
6-
- master
6+
branches: [master]
7+
# Allows you to run this workflow manually from the Actions tab on GitHub.
8+
workflow_dispatch:
79

810
jobs:
911
deploy:

0 commit comments

Comments
 (0)