summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2022-02-13 20:26:06 -0800
committerRalph Giles <giles@thaumas.net>2022-02-13 20:38:33 -0800
commitf50609fc55743bca03380b44e4fe21f8ad756073 (patch)
treeeed109e8832081ae03102179882dd5f42f48a8ab
parente8143ab5277ec3c4f857187a1d1d2e773f0a7c92 (diff)
downloadflac-f50609fc55743bca03380b44e4fe21f8ad756073.tar.gz
Run CIFuzz on the 1.3.x release branch.
Make sure we have coverage when working on backports to the older stable API series.
-rw-r--r--.github/workflows/cifuzz.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 8901a192..0144383d 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -4,6 +4,7 @@ on:
push:
branches:
- master
+ - 1.3.x
jobs:
Fuzzing:
runs-on: ubuntu-latest