From f054ceb446fdf781c84d7a792406f1e0641ace25 Mon Sep 17 00:00:00 2001 From: Bert Ramirez Date: Thu, 14 Mar 2024 09:52:07 -0500 Subject: [PATCH] WIP: test on branch --- .github/workflows/integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f0f8660..719f42f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,5 +1,7 @@ name: Integration tests -on: [pull_request] +on: + push: + branches: [PSG-3742-run-integration-tests] jobs: test: runs-on: ubuntu-latest