From 81dcedf5011e80f87ff3db1ce05dea92f57cab73 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 18 Jul 2023 17:58:52 +0200 Subject: [PATCH] Run cifuzz on stable and next branches --- .github/workflows/cifuzz.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index b373e3c1..511c4378 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,11 @@ name: CIFuzz -on: [pull_request] + +on: + push: + branches: [stable, next] + pull_request: + branches: [stable, next] + jobs: Fuzzing: runs-on: ubuntu-latest