moved workflow around to have auth jobs be done via a tag release

This commit is contained in:
divious1
2021-04-02 12:49:31 -04:00
parent e7e16008b7
commit dda609273e
+5 -1
View File
@@ -464,7 +464,9 @@ workflows:
- build-package
filters:
tags:
only: /.*/
only: /^v.*/
branches:
ignore: /.*/
- create-report:
requires:
- validate-content
@@ -474,6 +476,8 @@ workflows:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- update-sources-github:
# update package and docs in github if is a tag
requires: