mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-03 15:33:41 +03:00
Add hugovk suggestion
This commit is contained in:
parent
06ab0324a3
commit
91fb7fc067
11
.github/workflows/tidelift.yml
vendored
11
.github/workflows/tidelift.yml
vendored
|
@ -1,5 +1,14 @@
|
||||||
name: Tidelift Align
|
name: Tidelift Align
|
||||||
on: [push]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "30 2 * * *" # daily at 02:30 UTC
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/tidelift.yml"
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/tidelift.yml"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user