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