Skip to content

Commit

Permalink
Update cifuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang authored Jul 19, 2024
1 parent 7a9e5c3 commit ec43be1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: CIFuzz
on:
pull_request:
paths:
- '**.c'
- '**.cc'
- '**.cpp'
- '**.cxx'
- '**.h'
# comments out triggerin on PR for now
# pull_request:
# paths:
# - '**.c'
# - '**.cc'
# - '**.cpp'
# - '**.cxx'
# - '**.h'
# Only trigger by post merge for now.
push:
branches:
- main
- 'maint/maint*'
permissions: {}
jobs:
Fuzzing:
Expand Down

0 comments on commit ec43be1

Please sign in to comment.