From 67b543f01e6767b7c1ad90d1c3940db287efa66a Mon Sep 17 00:00:00 2001 From: xiangfangyang-tech Date: Mon, 25 Oct 2021 08:52:56 +0800 Subject: [PATCH] chore(autotest): improve trigger condition --- .github/workflows/run_automate_tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_automate_tests.yaml b/.github/workflows/run_automate_tests.yaml index ff87ce63e..73a295d30 100644 --- a/.github/workflows/run_automate_tests.yaml +++ b/.github/workflows/run_automate_tests.yaml @@ -3,10 +3,10 @@ name: Integration Test Suites on: push: tags: - - "v4.3.*" + - "v4.*" pull_request: branches: - - main-v4.3 + - "main-v4.*" jobs: build: @@ -82,6 +82,7 @@ jobs: - uses: actions/checkout@v2 with: repository: emqx/emqx-fvt + ref: integration_test_suites path: scripts - uses: actions/setup-java@v1 with: