Skip to content

Commit be27d36

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

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

resources/github-actions/reports.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
reports:
1116
uses: php-fast-forward/dev-tools/.github/workflows/reports.yml@main

resources/github-actions/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
workflow_dispatch:
66

7+
permissions:
8+
contents: write
9+
pages: write
10+
id-token: write
11+
712
jobs:
813
tests:
914
uses: php-fast-forward/dev-tools/.github/workflows/tests.yml@main

resources/github-actions/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)