chore: Experiment with removing pull request CI testing.

This commit is contained in:
greysoh 2024-05-10 18:00:34 -04:00
parent c5efb4c55d
commit bff0e30e6f
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
2 changed files with 0 additions and 6 deletions

View file

@ -1,9 +1,6 @@
name: CI Testing (API) name: CI Testing (API)
on: on:
pull_request:
paths:
- "api/**"
push: push:
paths: paths:
- "api/**" - "api/**"

View file

@ -1,9 +1,6 @@
name: CI Testing (LOM) name: CI Testing (LOM)
on: on:
pull_request:
paths:
- "api/**"
push: push:
paths: paths:
- "api/**" - "api/**"