Merge pull request #6994 from radarhere/cifuzz

Run CIFuzz tests when GitHub Actions file changes
This commit is contained in:
Andrew Murray 2023-03-06 22:14:09 +11:00 committed by GitHub
commit f7436e447f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,12 @@ name: CIFuzz
on: on:
push: push:
paths: paths:
- ".github/workflows/cifuzz.yml"
- "**.c" - "**.c"
- "**.h" - "**.h"
pull_request: pull_request:
paths: paths:
- ".github/workflows/cifuzz.yml"
- "**.c" - "**.c"
- "**.h" - "**.h"
workflow_dispatch: workflow_dispatch: