Fix GitHub actions workflow syntax

This commit is contained in:
Petri Lehtinen 2021-01-26 19:33:16 +02:00
parent f7aee00928
commit bde3cab216

View File

@ -1,9 +1,9 @@
on:
pull_request:
branches: [ master ]
paths:
- '**.c'
- '**.h'
paths:
- '**.c'
- '**.h'
jobs:
fuzz: