Skip to content

Commit

Permalink
Fix path order in cifuzz.yml (AOMediaCodec#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Apr 5, 2024
1 parent 56f11fb commit b28ebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI Fuzz
on:
pull_request:
paths:
- 'include/**'
- 'ext/**'
- 'include/**'
- 'src/**'
- 'tests/gtest/**'
- 'tests/oss-fuzz/**'
Expand Down

0 comments on commit b28ebee

Please sign in to comment.