mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Update toalways deploy on integration branches, same as dev
This commit is contained in:
@ -153,7 +153,7 @@ workflows:
|
|||||||
context: [ qqq-maven-registry-credentials, build-qqq-sample-app ]
|
context: [ qqq-maven-registry-credentials, build-qqq-sample-app ]
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore: /dev/
|
ignore: /(dev|integration.*)/
|
||||||
tags:
|
tags:
|
||||||
ignore: /(version|snapshot)-.*/
|
ignore: /(version|snapshot)-.*/
|
||||||
|
|
||||||
@ -163,7 +163,7 @@ workflows:
|
|||||||
context: [ qqq-maven-registry-credentials, build-qqq-sample-app ]
|
context: [ qqq-maven-registry-credentials, build-qqq-sample-app ]
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: /dev/
|
only: /(dev|integration.*)/
|
||||||
tags:
|
tags:
|
||||||
only: /(version|snapshot)-.*/
|
only: /(version|snapshot)-.*/
|
||||||
- publish_asciidoc:
|
- publish_asciidoc:
|
||||||
|
Reference in New Issue
Block a user