Skip to content

Commit

Permalink
Fix GitHub actions workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Jan 26, 2021
1 parent f7aee00 commit bde3cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
pull_request:
branches: [ master ]
paths:
- '**.c'
- '**.h'
paths:
- '**.c'
- '**.h'

jobs:
fuzz:
Expand Down

0 comments on commit bde3cab

Please sign in to comment.