Skip to content

Commit ce69271

Browse files
authored
Merge pull request #129 from cakephp/master-manual-ci-dispatch
allow manually dispatching ci workflow
2 parents 172ec7c + 85071f0 commit ce69271

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
jobs:
1213
testsuite:

.github/workflows/deploy_docs_1x.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
- master
8+
workflow_dispatch:
89

910
jobs:
1011
deploy:

0 commit comments

Comments
 (0)