Run Unit Tests in PRs on Requirements Changes (#4144)

This commit is contained in:
Bibo-Joshi 2024-03-03 19:27:21 +01:00 committed by GitHub
parent 20e0f87f6b
commit d30ba3d1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,8 @@ on:
pull_request: pull_request:
paths: paths:
- telegram/** - telegram/**
- requirements.txt
- requirements-opts.txt
push: push:
branches: branches:
- master - master

View file

@ -4,6 +4,8 @@ on:
paths: paths:
- telegram/** - telegram/**
- tests/** - tests/**
- requirements.txt
- requirements-opts.txt
push: push:
branches: branches:
- master - master