Skip to content

Commit

Permalink
Merge pull request #932 from cakephp/2.x-manual-ci-disptach
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 3575ab2 + 199822d commit c3ed87e
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
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:

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

jobs:
deploy:
Expand Down

0 comments on commit c3ed87e

Please sign in to comment.