mirror of git://anongit.mindrot.org/openssh.git
Run cifuzz workflow on the actions as regular CI.
This commit is contained in:
parent
79391e66ce
commit
4670b97ef8
|
@ -1,5 +1,10 @@
|
|||
name: CIFuzz
|
||||
on: [pull_request]
|
||||
on:
|
||||
push:
|
||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
|
||||
pull_request:
|
||||
paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
|
||||
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue