From 099bd579ac9414ac0e783bda21334172149db55a Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:20:56 -0500 Subject: [PATCH] Update run_tests.yml --- .github/workflows/run_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 39cbdd3..8c6addb 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,6 +1,9 @@ name: Run Tests -on: [pull_request] +on: + push: + branches: + - bugFixes.delinea.rajani # specify the branch you want to trigger on jobs: @@ -33,3 +36,4 @@ jobs: TSS_SECRET_ID: ${{ secrets.TSS_SECRET_ID }} TSS_SECRET_PATH: ${{ secrets.TSS_SECRET_PATH }} TSS_FOLDER_ID: ${{ secrets.TSS_FOLDER_ID }} + TSS_FOLDER_PATH: ${{ secrets.TSS_FOLDER_PATH }}