Skip to content

Commit 3d60f4a

Browse files
authored
Merge pull request #950 from cakephp/4.x-manual-ci-dispatch
allow manually dispatching ci workflow
2 parents b186e39 + 7fae02c commit 3d60f4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read

.github/workflows/deploy_docs_4x.yml

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

910
jobs:
1011
deploy:

0 commit comments

Comments
 (0)