]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Run cifuzz workflow on the actions as regular CI.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 7 Nov 2022 03:34:04 +0000 (14:34 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 7 Nov 2022 03:34:04 +0000 (14:34 +1100)
.github/workflows/cifuzz.yml

index 0396e114271e8975e330cbf4b33832cf7ab253ea..adbc31c9e467c61e37039cb04d38243ede3cf01b 100644 (file)
@@ -1,5 +1,10 @@
 name: CIFuzz
-on: [pull_request]
+on:
+  push:
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+  pull_request:
+    paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
+
 jobs:
   Fuzzing:
     runs-on: ubuntu-latest