Skip to content

Commit

Permalink
Mimic godel's tag/branch workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwilkins committed Sep 11, 2017
1 parent e541c87 commit 1c549d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ workflows:
- build
filters:
tags:
only: /.*/
only: /^[0-9]+(\.[0-9]+)+(-rc[0-9]+)?(-alpha[0-9]+)?$/
branches:
ignore: /.*/
- changelog:
Expand All @@ -86,4 +86,4 @@ workflows:
tags:
ignore: /.*/
branches:
only: master
only: /^master$/

0 comments on commit 1c549d8

Please sign in to comment.