mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +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
|
||||
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:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user