commit | d2e7fc1d82e3e7888e360805fbe6876b04e70bcb | [log] [tgz] |
---|---|---|
author | Vincent Rabaud <vrabaud@google.com> | Tue Apr 02 14:15:35 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 02 14:15:35 2024 +0200 |
tree | 7d9aa73c53e03c4775079801c2b02bb2ef2b4650 | |
parent | fa5e70fabbf5a5e00106103c87a567e683aaac0f [diff] |
Run cifuzz for changes in ext/ (#2086)
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 1dc65bd..d4f2c7a 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml
@@ -3,6 +3,7 @@ pull_request: paths: - 'include/**' + - 'ext/**' - 'src/**' - 'tests/gtest/**' - 'tests/oss-fuzz/**'