Updating to be aware of snapshot tags

This commit is contained in:
2022-06-20 09:04:07 -05:00
parent 570f4a3f34
commit 6193a68722

View File

@ -63,7 +63,7 @@ workflows:
branches:
ignore: /dev/
tags:
ignore: /version-.*/
ignore: /(version|snapshot)-.*/
deploy:
jobs:
@ -73,5 +73,5 @@ workflows:
branches:
only: /dev/
tags:
only: /version-.*/
only: /(version|snapshot)-.*/