Run Tidelift Align on Pipfile changes

This commit is contained in:
Andrew Murray 2022-04-18 19:10:11 +10:00 committed by Hugo van Kemenade
parent c6637bc4de
commit df4ddc1d84

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: