Skip to content

Commit c34e19c

Browse files
committed
Update workflows to trigger on push and workflow_dispatch.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 4375dcd commit c34e19c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- main
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
pages: write
12+
id-token: write
13+
914
jobs:
1015
wiki:
1116
uses: php-fast-forward/dev-tools/.github/workflows/wiki.yml@main

0 commit comments

Comments
 (0)