mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
adding snapshot tags to deploy jobs
This commit is contained in:
@ -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)-.*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user