From 56bb85541ab10da07fe0bdf0907fed8048f41731 Mon Sep 17 00:00:00 2001 From: josiahjones Date: Thu, 2 Nov 2023 15:55:31 -0700 Subject: [PATCH] Trigger on a push to this branch --- ...p-integration-test.yml => svc-bip-api-integration-test.yml} | 3 +++ 1 file changed, 3 insertions(+) rename .github/workflows/{svc-bip-integration-test.yml => svc-bip-api-integration-test.yml} (98%) diff --git a/.github/workflows/svc-bip-integration-test.yml b/.github/workflows/svc-bip-api-integration-test.yml similarity index 98% rename from .github/workflows/svc-bip-integration-test.yml rename to .github/workflows/svc-bip-api-integration-test.yml index 7d9afc0d5f..abee91b575 100644 --- a/.github/workflows/svc-bip-integration-test.yml +++ b/.github/workflows/svc-bip-api-integration-test.yml @@ -7,6 +7,9 @@ on: # Allow being called by another GitHub Action workflow_call: + push: + branches: [josiah/bip-integration-test] + env: COMPOSE_PROFILES: 'svc' VRO_DEV_SECRETS_FOLDER: "${{ github.workspace }}/.cache/abd-vro-dev-secrets"