Update to build on snapshot tags

This commit is contained in:
2022-06-28 12:20:23 -05:00
parent 399733a2b0
commit 9460a2133e

View File

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