Browse Source

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

pull/1601/head
Michael Poutre 1 year ago
parent
commit
7fea527a84
No known key found for this signature in database
GPG Key ID: ACEAC6CFD77EB15E
  1. 4
      .github/workflows/test-build.yml

4
.github/workflows/test-build.yml

@ -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…
Cancel
Save