diff options
-rw-r--r-- | .github/workflows/cifuzz.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 5046ebc..c7ed57b 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -2,6 +2,10 @@ # From https://google.github.io/oss-fuzz/getting-started/continuous-integration/ name: CIFuzz on: [pull_request] + pull_request: + push: + branches: + - master jobs: Fuzzing: runs-on: ubuntu-latest |