Skip to content

Commit d608fa9

Browse files
ci(workflows): allow manual dispatch
1 parent ce8d064 commit d608fa9

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: integration-tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- '**.php'

.github/workflows/phpstan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: PHPStan
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- '**.php'

.github/workflows/rector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: rector
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
pull_request:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: run-tests
22

33
on:
4+
workflow_dispatch:
45
push:
56
paths:
67
- '**.php'

0 commit comments

Comments
 (0)