Skip to content

Commit

Permalink
Run Unit Tests in PRs on Requirements Changes (#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi committed Mar 3, 2024
1 parent 20e0f87 commit d30ba3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/type_completeness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
paths:
- telegram/**
- requirements.txt
- requirements-opts.txt
push:
branches:
- master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
paths:
- telegram/**
- tests/**
- requirements.txt
- requirements-opts.txt
push:
branches:
- master
Expand Down

0 comments on commit d30ba3d

Please sign in to comment.