Skip to content

Commit

Permalink
fuzz: Fix oss-fuzz github action
Browse files Browse the repository at this point in the history
Change master->main branch in configuration.
  • Loading branch information
nathaniel-brough committed Jan 10, 2024
1 parent 9a79116 commit 31abbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oss-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CIFuzz
on:
pull_request:
branches:
- master
- main
- 'releases/**'
paths:
- '**.rs'
Expand Down

0 comments on commit 31abbdc

Please sign in to comment.