Skip to content

Commit

Permalink
Circle: mess with automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaesar committed May 3, 2020
1 parent dfb21c2 commit 6090c07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ workflows:
main:
jobs:
- build
- publish-github-release:
- hold:
type: approval
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+-\d+$/
- publish-github-release:
requires:
- hold

0 comments on commit 6090c07

Please sign in to comment.