Skip to content

Commit

Permalink
Merge pull request #129 from cakephp/master-manual-ci-dispatch
Browse files Browse the repository at this point in the history
allow manually dispatching ci workflow
  • Loading branch information
LordSimal authored Aug 12, 2023
2 parents 172ec7c + 85071f0 commit ce69271
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 @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:

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

jobs:
deploy:
Expand Down

0 comments on commit ce69271

Please sign in to comment.