Update to run deploy on snapshot tags

This commit is contained in:
2022-06-23 16:49:44 -05:00
parent 81b494e494
commit fcc831008f

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)-.*/