Skip to content

Commit

Permalink
Merge pull request #23 from trussworks/ee-fix-regex
Browse files Browse the repository at this point in the history
Fixes the circleci configuration
  • Loading branch information
eeeady authored Mar 5, 2020
2 parents 6dd25dc + 37ebf93 commit f64c38d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

workflows:
version: 2.1
main:
validate:
jobs:
- validate
release:
jobs:
- release:
requires:
- validate
filters:
branches:
ignore: /.*/
ignore: /^.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
only: /^v.*/

0 comments on commit f64c38d

Please sign in to comment.