From 59d1841165ea951dbb12d7eb5936b78d05d33e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 8 Jun 2022 17:44:08 -0400 Subject: [PATCH] github: Fix bad syntax in cifuzz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/cifuzz.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 8a37dbc2a..aa20d152a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -9,9 +9,6 @@ on: - 'src/**' branches: - master - pull_request: - branches: - - master jobs: Fuzzing: runs-on: ubuntu-latest