Skip to content

Commit

Permalink
Merge pull request #405 from cakephp/2.x-manual-ci-dispatch
Browse files Browse the repository at this point in the history
allow manually dispatching ci workflow
  • Loading branch information
LordSimal committed Aug 12, 2023
2 parents 9c7e438 + 7164224 commit 3cbb9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:

jobs:
testsuite:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs_2x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 2.x
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 3cbb9e2

Please sign in to comment.