Skip to content

Commit 1adc8c8

Browse files
authored
allow to run workflow
1 parent e77f7c9 commit 1adc8c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- main
7+
8+
# Allow to run this workflow manually from the Actions tab
9+
workflow_dispatch:
10+
711
env:
812
# `BASE_URL` determines the website is served from, including CSS & JS assets
913
# You may need to change this to `BASE_URL: ''`

0 commit comments

Comments
 (0)