do not also run tests on integration branches

This commit is contained in:
2024-04-16 07:56:09 -05:00
parent c76ad7a5fe
commit eea67de539

View File

@ -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)-.*/