mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Riun on .c/.h
This commit is contained in:
parent
2d52a9fcf2
commit
95884c6b2d
13
.github/workflows/cifuzz.yml
vendored
13
.github/workflows/cifuzz.yml
vendored
|
@ -1,5 +1,16 @@
|
||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
on: [push,pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "**.yml" # testing, remove me
|
||||||
|
- "**.c"
|
||||||
|
- "**.h"
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "**.yml" # testing, remove me
|
||||||
|
- "**.c"
|
||||||
|
- "**.h"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Fuzzing:
|
Fuzzing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user