diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 09dba9d7ed..691a4491b4 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -40,8 +40,10 @@ periodic: jobs: - publish-trove-guest-image-ubuntu-jammy: - branches: ^(?!stable/.*).*$ - - publish-trove-guest-image-ubuntu-jammy-dev: - branches: ^(?!stable/.*).*$ + branches: + regex: ^stable/.*$ + negate: true - publish-trove-datastore-images: - branches: ^(?!stable/.*).*$ + branches: + regex: ^stable/.*$ + negate: true