Skip to content

Commit

Permalink
Merge pull request #37 from studiopress/fix/circle-svn-deploy
Browse files Browse the repository at this point in the history
Ensure CircleCI builds published releases
  • Loading branch information
kienstra authored Sep 17, 2020
2 parents 0feadab + 52445f1 commit ba4e683
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,24 @@ workflows:
test-deploy:
jobs:
- php-tests:
filters:
tags:
only: /.*/
matrix:
parameters:
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
- js-tests
- e2e-tests
- lint
- js-tests:
filters:
tags:
only: /.*/
- e2e-tests:
filters:
tags:
only: /.*/
- lint:
filters:
tags:
only: /.*/
- svn-deploy:
context: genesis-svn
requires:
Expand Down

0 comments on commit ba4e683

Please sign in to comment.