Run release stage when tags are pushed

This commit is contained in:
Cody Soyland 2021-03-04 15:11:57 -06:00
parent 911c874fa1
commit ba8fb56a4a
No known key found for this signature in database
GPG key ID: 6F5D2986DCC5DC8A

View file

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