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:
parent
0bc8e0bdfd
commit
81dcedf501
8
.github/workflows/cifuzz.yml
vendored
8
.github/workflows/cifuzz.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user