Merge pull request #1511 from codysoyland/release-on-tag

Run release stage when tags are pushed
This commit is contained in:
Cody Soyland 2021-03-04 15:22:01 -06:00 committed by GitHub
commit bf050a69d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,6 +239,8 @@ workflows:
requires:
- setup
filters:
tags:
only: /^v.*/
branches:
only: master
- publish_release: