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:
push:
branch:
- *
- '*'
tags:
- e*
- v*

View File

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

View File

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

View File

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

View File

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

View File

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