From 4b6f1977eb431acbe9dab632f186ce16b92a6540 Mon Sep 17 00:00:00 2001 From: Ken Guo Date: Wed, 30 Jul 2025 11:11:41 -0700 Subject: [PATCH] update trigger for integration tests to be consistent with the ci workflow --- .github/workflows/integration-testing.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 8c65a33..5042e51 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -1,9 +1,12 @@ name: Secure Integration test on: + push: + branches: [ main ] + tags: + - 'v*' pull_request: - pull_request_target: - branches: main + branches: [ main ] jobs: authorization-check: