Skip to content

Commit

Permalink
Update cifuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msvoelker authored Jan 9, 2025
1 parent 2d884bb commit 2e1ab10
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CIFuzz
on: [pull_request]
on:
push:
branches: [ master, github-actions ]
pull_request:
branches: [ master ]

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e1ab10

Please sign in to comment.