From 8bebf91bd80d6cf86acde387133f6416c9fa2417 Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Thu, 10 Oct 2024 05:49:34 +0700 Subject: [PATCH] Update integration_test_auto.yaml --- .github/workflows/integration_test_auto.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration_test_auto.yaml b/.github/workflows/integration_test_auto.yaml index b2a7a4b5..257e74c5 100644 --- a/.github/workflows/integration_test_auto.yaml +++ b/.github/workflows/integration_test_auto.yaml @@ -1,10 +1,10 @@ name: Integration Tests Auto Trigger on: push: - branches: - - '*' # matches every branch that doesn't contain a '/' - - '*/*' # matches every branch containing a single '/' - - '**' # matches every branch + branches: + - '**' + - 'test/**' + - 'release/**' env: REPO_URL: ${{ github.server_url }}/${{ github.repository }} REPO_BRANCH: ${{ github.event.inputs.branch }} @@ -147,4 +147,4 @@ jobs: name: integration_test_log_mg12_gcc path: test/log/ warn: Output a warning but do not fail the action - retention-days: 90 \ No newline at end of file + retention-days: 90