Skip to content

Commit 74638eb

Browse files
added workflow_dispatch for manual trigger (#89)
1 parent a56dde2 commit 74638eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- main
5+
workflow_dispatch: # manual trigger for testing
56

67
name: Deploy to GitHub Pages
78

0 commit comments

Comments
 (0)