chore: run update workflow on pull request (#1210)

Allows to catch issues with the update workflow with related PRs.
This commit is contained in:
Matthieu Darbois
2022-08-09 00:09:10 -04:00
committed by GitHub
parent 66c8e84265
commit 462ba084ce
@@ -1,6 +1,15 @@
name: Update dependencies
on:
pull_request:
paths:
- '.github/workflows/update-dependencies.yml'
- 'bin/update_pythons.py'
- 'bin/update_docker.py'
- 'bin/update_virtualenv.py'
- 'bin/projects.py'
- 'docs/data/projects.yml'
- 'noxfile.py'
workflow_dispatch:
schedule:
- cron: '0 6 * * 1' # "At 06:00 on Monday."