Skip to content

Commit 921258c

Browse files
authored
Allow manual trigger of site deploy
1 parent 869c0d2 commit 921258c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.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+
# allow to run this workflow manually from the Actions tab
8+
workflow_dispatch:
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)