mirror of
https://github.com/acamarata/qibla.git
synced 2026-06-30 19:04:28 +00:00
ci: add workflow_dispatch trigger to wiki-sync
This commit is contained in:
parent
42cf3d30a7
commit
0fb9b8bd35
1 changed files with 1 additions and 0 deletions
1
.github/workflows/wiki-sync.yml
vendored
1
.github/workflows/wiki-sync.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
paths: [".wiki/**"]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue