Skip to content

Commit

Permalink
Allow CI fuzz runs on manual dispatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 9, 2024
1 parent b07e866 commit a367315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CIFuzz
on: [pull_request]
on: [pull_request, workflow_dispatch]
jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a367315

Please sign in to comment.