Allow manually triggering publishing the website
parent
5737501c81
commit
2ec5fd9d3b
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
# enable users to manually trigger with workflow_dispatch
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
publish-website:
|
||||
|
|
Loading…
Reference in New Issue