Update toalways deploy on integration branches, same as main

This commit is contained in:
2024-04-16 07:57:17 -05:00
parent 74c85201ec
commit e05b5b247f

View File

@ -115,7 +115,7 @@ workflows:
context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ]
filters:
branches:
ignore: /main/
ignore: /(main|integration.*)/
tags:
ignore: /(version|snapshot)-.*/
deploy:
@ -124,7 +124,7 @@ workflows:
context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ]
filters:
branches:
only: /main/
only: /(main|integration.*)/
tags:
only: /(version|snapshot)-.*/