From cab692be759b173dcbecf572d72fa67d8a12a307 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Thu, 12 Oct 2023 14:32:23 -0700 Subject: [PATCH] Add workflow_dispatch option to oss fuzz pipeline (#359) --- .github/workflows/cifuzz.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 80b37f32..1ed7e768 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,10 +1,14 @@ name: OSS-Fuzz + on: push: branches: - master pull_request: + workflow_dispatch: + permissions: {} + jobs: Fuzzing: runs-on: ubuntu-latest