mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
Run Unit Tests in PRs on Requirements Changes (#4144)
This commit is contained in:
parent
20e0f87f6b
commit
d30ba3d1ef
2 changed files with 4 additions and 0 deletions
2
.github/workflows/type_completeness.yml
vendored
2
.github/workflows/type_completeness.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- telegram/**
|
- telegram/**
|
||||||
|
- requirements.txt
|
||||||
|
- requirements-opts.txt
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- telegram/**
|
- telegram/**
|
||||||
- tests/**
|
- tests/**
|
||||||
|
- requirements.txt
|
||||||
|
- requirements-opts.txt
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue