Parcourir la source

chore(autotest): improve trigger condition

xiangfangyang-tech il y a 4 ans
Parent
commit
67b543f01e
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      .github/workflows/run_automate_tests.yaml

+ 3 - 2
.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: