refactor(CI): Run test-build on PRs as well
This commit is contained in:
parent
d2cec6cdbf
commit
7fea527a84
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue