Skip to content

Commit d5271e8

Browse files
committed
Path bug
1 parent 7f192da commit d5271e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy on push
22

33
on:
4+
# Allow manual trigger when there is a bug in the script
5+
workflow_dispatch:
6+
# On master push
47
push:
58
branches:
69
- master

0 commit comments

Comments
 (0)