Skip to content

Commit

Permalink
chore: fix maintenance version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-forster committed Aug 17, 2020
1 parent 75e3498 commit 87e8ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ workflows:
branches:
only: |
master
/^+([0-9])?(.{+([0-9]),x}).x/
/^\d+\.(?:\d+|x)(?:\.x)?$/
requires:
- test
- lint
Expand Down

0 comments on commit 87e8ac6

Please sign in to comment.