try to make deploy always run on integration branches

This commit is contained in:
2024-04-16 07:55:36 -05:00
parent bb0315eef5
commit c76ad7a5fe

View File

@ -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: