Commit c5602e931a2fe476f4bd35cf805609a5c73a968b
1 parent
54759cbf
Run CI Fuzz integration on push as well as pull request
Showing
1 changed file
with
12 additions
and
1 deletions
.github/workflows/cifuzz.yml
| 1 | name: CIFuzz | 1 | name: CIFuzz |
| 2 | -on: [pull_request] | 2 | +on: |
| 3 | + push: | ||
| 4 | + branches: | ||
| 5 | + - main | ||
| 6 | + - master | ||
| 7 | + - build | ||
| 8 | + - build/* | ||
| 9 | + paths-ignore: | ||
| 10 | + - 'ChangeLog' | ||
| 11 | + - 'README*' | ||
| 12 | + - 'TODO' | ||
| 13 | + pull_request: | ||
| 3 | jobs: | 14 | jobs: |
| 4 | Fuzzing: | 15 | Fuzzing: |
| 5 | runs-on: ubuntu-latest | 16 | runs-on: ubuntu-latest |