chore(autotest): improve trigger condition

This commit is contained in:
xiangfangyang-tech 2021-10-25 08:52:56 +08:00 committed by Rory Z
parent 3e1abbddd2
commit 67b543f01e
1 changed files with 3 additions and 2 deletions

View File

@ -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: