From a38c0acf5edbc14cb9b4f9c4a02eed4d9f250531 Mon Sep 17 00:00:00 2001 From: greysoh Date: Fri, 10 May 2024 18:01:24 -0400 Subject: [PATCH] Revert "chore: Experiment with removing pull request CI testing." This reverts commit bff0e30e6f063f2ab892af200d28a197646ccb04. --- .github/workflows/api-testing.yml | 3 +++ .github/workflows/lom-testing.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/api-testing.yml b/.github/workflows/api-testing.yml index 38e10f2..0438029 100644 --- a/.github/workflows/api-testing.yml +++ b/.github/workflows/api-testing.yml @@ -1,6 +1,9 @@ name: CI Testing (API) on: + pull_request: + paths: + - "api/**" push: paths: - "api/**" diff --git a/.github/workflows/lom-testing.yml b/.github/workflows/lom-testing.yml index f5258b6..61a1821 100644 --- a/.github/workflows/lom-testing.yml +++ b/.github/workflows/lom-testing.yml @@ -1,6 +1,9 @@ name: CI Testing (LOM) on: + pull_request: + paths: + - "api/**" push: paths: - "api/**"