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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
paths:
|
||||||
- '**.c'
|
- '**.c'
|
||||||
- '**.h'
|
- '**.h'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fuzz:
|
fuzz:
|
||||||
|
Loading…
Reference in New Issue
Block a user