Skip to content

Commit 45fd308

Browse files
authored
Merge pull request #631 from cakephp/merge-2x
merge 2.x => 3.x
2 parents 74fee21 + d31c147 commit 45fd308

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
branches:
1010
- '*'
11+
workflow_dispatch:
1112

1213
permissions:
1314
contents: read

.github/workflows/deploy_docs_2x.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 2.x
8+
workflow_dispatch:
89

910
jobs:
1011
deploy:

0 commit comments

Comments
 (0)