From 4670b97ef87c7b0f21283c9b07c7191be88dda05 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 7 Nov 2022 14:34:04 +1100 Subject: Run cifuzz workflow on the actions as regular CI. --- .github/workflows/cifuzz.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 0396e1142..adbc31c9e 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -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 -- cgit v1.2.3