Skip to content

Commit

Permalink
fix(): proper regex for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 20, 2018
1 parent f410f5a commit ef636f7
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 @@ -457,4 +457,4 @@ workflows:
- test_unit
filters:
branches:
only: \d\.\d
only: /\d\.\d/

0 comments on commit ef636f7

Please sign in to comment.