From f50609fc55743bca03380b44e4fe21f8ad756073 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sun, 13 Feb 2022 20:26:06 -0800 Subject: Run CIFuzz on the 1.3.x release branch. Make sure we have coverage when working on backports to the older stable API series. --- .github/workflows/cifuzz.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1