Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from aerogear/darahayes-patch-1
Browse files Browse the repository at this point in the history
ci: allow any tag to kick off release process
  • Loading branch information
StephenCoady authored Jun 8, 2018
2 parents c835bab + 6d45bc9 commit 78ee8f7
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 @@ -69,6 +69,6 @@ workflows:
- build
filters:
tags:
only: /\d\.\d\.\d/
only: /.*/ # allow anything because tag syntax is validated as part of validate-release.sh
branches:
ignore: /.*/

0 comments on commit 78ee8f7

Please sign in to comment.