Merge pull request #6904 from emqx/bugfix-ci-yamls

fix(ci): fix branch wildcard syntax
This commit is contained in:
Thales Macedo Garitezi 2022-01-31 13:15:25 -03:00 committed by GitHub
commit 71a39cdc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ concurrency:
on: on:
push: push:
branch: branch:
- * - '*'
tags: tags:
- e* - e*
- v* - v*

View File

@ -3,7 +3,7 @@ name: Broker tests
on: on:
push: push:
branch: branch:
- * - '*'
tags: tags:
- v* - v*
pull_request: pull_request:

View File

@ -3,7 +3,7 @@ name: Check emqx app standalone
on: on:
push: push:
branch: branch:
- * - '*'
tags: tags:
- v* - v*
- e* - e*

View File

@ -7,7 +7,7 @@ concurrency:
on: on:
push: push:
branch: branch:
- * - '*'
tags: tags:
- v* - v*
pull_request: pull_request:

View File

@ -7,7 +7,7 @@ concurrency:
on: on:
push: push:
branch: branch:
- * - '*'
tags: tags:
- v* - v*
- e* - e*

View File

@ -7,7 +7,7 @@ concurrency:
on: on:
push: push:
branch: branch:
- * - '*'
tags: tags:
- v* - v*
- e* - e*