diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-05-25 15:55:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 22:55:14 +0800 |
commit | 08af3eae4422a995f64f4eb2780248a56e85ccf8 (patch) | |
tree | 1c583da245b20a8f7cfe2f609363446e9f43f105 /.github | |
parent | 27bdcbbd831b9dc742058916b2a7b2d523afac68 (diff) | |
download | tracifyjs-08af3eae4422a995f64f4eb2780248a56e85ccf8.tar.gz tracifyjs-08af3eae4422a995f64f4eb2780248a56e85ccf8.zip |
perform `ufuzz` on Pull Requests (#3925)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ufuzz.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index 84fd1ac7..6e75ef81 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -1,5 +1,6 @@ name: Fuzzing on: + pull_request: schedule: - cron: "*/8 * * * *" jobs: |