Skip to content

Commit e7f2500

Browse files
patch: add workflow_dispatch trigger to deploy workflow
1 parent 56ad7b1 commit e7f2500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
# Allows a run of this workflow to be triggerred manually from the Actions tab
8+
workflow_dispatch:
79

810
jobs:
911
jekyll:

0 commit comments

Comments
 (0)