mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Fix GitHub actions workflow syntax
This commit is contained in:
parent
f7aee00928
commit
bde3cab216
1 changed files with 3 additions and 3 deletions
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…
Add table
Reference in a new issue