Fix GitHub actions workflow syntax
This commit is contained in:
parent
f7aee00928
commit
bde3cab216
6
.github/workflows/fuzz.yml
vendored
6
.github/workflows/fuzz.yml
vendored
@ -1,9 +1,9 @@
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
|
||||
jobs:
|
||||
fuzz:
|
||||
|
Loading…
Reference in New Issue
Block a user