feat: Allow to manually trigger deploys
This commit is contained in:
parent
8bce575bd4
commit
d948ad5fd6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue