summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2022-02-13 20:26:06 -0800
committerRalph Giles <giles@thaumas.net>2022-02-20 20:54:06 -0800
commite548ea38d4430e218bbef935de6a4f1fca184882 (patch)
treefcb4d4d68cb2c9466e04458c4bd55527a6ac5df8 /.github
parenta2fe43f64e7ce8057fb274c64996568d69b301b8 (diff)
downloadflac-e548ea38d4430e218bbef935de6a4f1fca184882.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. Signed-off-by: Ralph Giles <giles@thaumas.net>
Diffstat (limited to '.github')
-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