Skip to content

Commit

Permalink
Require wp-cli-bundle and allow releases from non-master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hoover committed Dec 1, 2020
1 parent 0efe4d0 commit 72785fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ workflows:
add-pr-comment: true
bot-token-variable: GITHUB_TOKEN
bot-user: ryanshoover
perform-branch-check: false
filters:
branches:
ignore: /.*/
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
codeception/util-universalframework \
league/factory-muffin \
league/factory-muffin-faker \
wp-cli/wp-cli
wp-cli/wp-cli-bundle
- save_cache:
key: installwpbrowser-{{ .Environment.CACHE_VERSION }}
Expand Down

0 comments on commit 72785fa

Please sign in to comment.