Skip to content

Commit

Permalink
Add workflow_dispatch option to oss fuzz pipeline (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin authored Oct 12, 2023
1 parent d6dd79e commit cab692b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: OSS-Fuzz

on:
push:
branches:
- master
pull_request:
workflow_dispatch:

permissions: {}

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cab692b

Please sign in to comment.