Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-rajani authored Jul 2, 2024
1 parent 8d9a8c5 commit 099bd57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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 }}

0 comments on commit 099bd57

Please sign in to comment.