1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Run cifuzz on stable and next branches

This commit is contained in:
Frank Denis 2023-07-18 17:58:52 +02:00
parent 0bc8e0bdfd
commit 81dcedf501

View File

@ -1,5 +1,11 @@
name: CIFuzz
on: [pull_request]
on:
push:
branches: [stable, next]
pull_request:
branches: [stable, next]
jobs:
Fuzzing:
runs-on: ubuntu-latest