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: on:
push: push:
tags: tags:
- "v4.3.*" - "v4.*"
pull_request: pull_request:
branches: branches:
- main-v4.3 - "main-v4.*"
jobs: jobs:
build: build:
@ -82,6 +82,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
repository: emqx/emqx-fvt repository: emqx/emqx-fvt
ref: integration_test_suites
path: scripts path: scripts
- uses: actions/setup-java@v1 - uses: actions/setup-java@v1
with: with: