Revert "chore: Experiment with removing pull request CI testing."
This reverts commit bff0e30e6f
.
This commit is contained in:
parent
bff0e30e6f
commit
a38c0acf5e
2 changed files with 6 additions and 0 deletions
3
.github/workflows/api-testing.yml
vendored
3
.github/workflows/api-testing.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: CI Testing (API)
|
name: CI Testing (API)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "api/**"
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "api/**"
|
- "api/**"
|
||||||
|
|
3
.github/workflows/lom-testing.yml
vendored
3
.github/workflows/lom-testing.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: CI Testing (LOM)
|
name: CI Testing (LOM)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "api/**"
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "api/**"
|
- "api/**"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue