Skip to content

Commit

Permalink
Isssue #00 fix: build only for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhanc committed Jun 12, 2020
1 parent 21b08ed commit e0d82fb
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 @@ -29,6 +29,6 @@ workflows:
- build:
filters:
tags:
only: /release\/.*/
only: /release\-.*/
branches:
only: /release\/.*/
only: /release\.*/

0 comments on commit e0d82fb

Please sign in to comment.