From 67078afe4bd37dd221c84c20ab2c315567aeb425 Mon Sep 17 00:00:00 2001 From: "Rodrigo Q. Saramago" Date: Sat, 18 Feb 2023 12:14:41 +0100 Subject: [PATCH] Add on_develop filter --- .circleci/config.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 047af9ac2..1f4b19648 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -455,6 +455,12 @@ defaults: branches: ignore: /.*/ + - on_develop: &on_develop + filters: + branches: + only: + - develop + - requires_b_ubu: &requires_b_ubu <<: *on_all_tags_and_branches requires: @@ -1703,10 +1709,7 @@ workflows: triggers: - schedule: cron: "0 0 * * *" - filters: - branches: - only: - - develop + <<: *on_develop jobs: # OSSFUZZ builds and (regression) tests