Skip to content

Commit f02f335

Browse files
committed
allow to trigger workflows manually
1 parent 7805dc0 commit f02f335

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "*.x"
77
pull_request:
8+
workflow_dispatch:
89

910
env:
1011
DEPENDENCIES: 'toflar/psr6-symfony-http-cache-store:^2|^3|^4'

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "*.x"
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
build:

.github/workflows/static.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "*.x"
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
phpstan-src:

0 commit comments

Comments
 (0)