Skip to content

Commit 91ca561

Browse files
committed
fuzz: cifuzz fix syntax
1 parent ba260bd commit 91ca561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Runs fuzzers for a little while on pull requests.
22
# From https://google.github.io/oss-fuzz/getting-started/continuous-integration/
33
name: CIFuzz
4-
on: [pull_request]
4+
on:
55
pull_request:
66
push:
77
branches:

0 commit comments

Comments
 (0)