mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +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
|
||||
on: [push,pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.yml" # testing, remove me
|
||||
- "**.c"
|
||||
- "**.h"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.yml" # testing, remove me
|
||||
- "**.c"
|
||||
- "**.h"
|
||||
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user