diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cifuzz.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index eec21d9..bbf3f44 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml | |||
@@ -1,5 +1,8 @@ | |||
1 | name: CIFuzz | 1 | name: CIFuzz |
2 | 2 | ||
3 | on: | ||
4 | workflow_dispatch: | ||
5 | |||
3 | jobs: | 6 | jobs: |
4 | Fuzzing: | 7 | Fuzzing: |
5 | runs-on: ubuntu-latest | 8 | runs-on: ubuntu-latest |