fix: updates CI config to only trigger on updated tags

This commit is contained in:
Mark Mankarious
2023-03-22 00:29:48 +00:00
parent f8fdd6a38f
commit b1dd426fbe

View File

@@ -39,12 +39,16 @@ workflows:
main:
jobs:
- build:
branches:
ignore: /.*/
filters:
tags:
only: /^v.*/
- deploy:
requires:
- build
branches:
ignore: /.*/
filters:
tags:
only: /^v.*/