Commit cc066d30 for libheif
commit cc066d3025846c83dcef512178dd66c2b9095c71
Author: Joachim Bauch <bauch@struktur.de>
Date: Tue Apr 7 10:58:25 2026 +0200
CI: Run "cifuzz" jobs on direct commits and once per week.
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index e7e11ce0..2b2465af 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -1,5 +1,13 @@
name: CIFuzz
-on: [pull_request]
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+ schedule:
+ - cron: "0 2 * * SUN"
+
jobs:
Fuzzing:
runs-on: ubuntu-22.04