refactor(CI): Run test-build on PRs as well

This commit is contained in:
Michael Poutre 2023-09-25 21:27:14 -07:00
parent d2cec6cdbf
commit 7fea527a84
No known key found for this signature in database
GPG Key ID: ACEAC6CFD77EB15E
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ on:
paths:
- "requirements.txt"
- ".github/workflows/test-build.yml"
pull_request:
paths:
- "requirements.txt"
- ".github/workflows/test-build.yml"
jobs:
build: