Skip to content

Commit

Permalink
also restrict the release to master branch only (not sure if this is …
Browse files Browse the repository at this point in the history
…actually necessary)
  • Loading branch information
slim-bean authored and Ed committed Jun 3, 2019
1 parent c326d6b commit 63aec06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ workflows:
tags:
# Matches tags pushed such as v0.1.0, matches anything after the patch to also allow v0.2.0-beta or v0.2.0-rc.1
only: /^v\d+\.\d+\.\d+.*$/
branches:
only: master

# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
defaults: &defaults
Expand Down

0 comments on commit 63aec06

Please sign in to comment.