mirror of
https://github.com/acamarata/qibla.git
synced 2026-07-02 11:50:41 +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:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths: [".wiki/**"]
|
paths: [".wiki/**"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue