Skip to content

Commit 3940133

Browse files
scott graysonscott grayson
authored andcommitted
Add workflow_dispatch to all workflows for manual triggering
1 parent fb156b6 commit 3940133

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.php'
1212
- 'phpstan.neon.dist'
1313
- '.github/workflows/phpstan.yml'
14+
workflow_dispatch:
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'pint.json'
99
branches-ignore:
1010
- 'dependabot/npm_and_yarn/*'
11+
workflow_dispatch:
1112

1213
concurrency:
1314
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'phpunit.xml.dist'
1616
- 'composer.json'
1717
- 'composer.lock'
18+
workflow_dispatch:
1819

1920
concurrency:
2021
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)