Merge pull request #6233 from python-pillow/pipfile

Run Tidelift Align on Pipfile changes
This commit is contained in:
Andrew Murray 2022-04-23 06:44:54 +10:00 committed by GitHub
commit dd7cbdec95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,11 @@ on:
- cron: "30 2 * * *" # daily at 02:30 UTC
push:
paths:
- "Pipfile*"
- ".github/workflows/tidelift.yml"
pull_request:
paths:
- "Pipfile*"
- ".github/workflows/tidelift.yml"
workflow_dispatch: