Merge pull request #6904 from emqx/bugfix-ci-yamls
fix(ci): fix branch wildcard syntax
This commit is contained in:
commit
71a39cdc26
|
@ -7,7 +7,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
branch:
|
||||
- *
|
||||
- '*'
|
||||
tags:
|
||||
- e*
|
||||
- v*
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Broker tests
|
|||
on:
|
||||
push:
|
||||
branch:
|
||||
- *
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
|
|
@ -3,7 +3,7 @@ name: Check emqx app standalone
|
|||
on:
|
||||
push:
|
||||
branch:
|
||||
- *
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
- e*
|
||||
|
|
|
@ -7,7 +7,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
branch:
|
||||
- *
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
|
|
@ -7,7 +7,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
branch:
|
||||
- *
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
- e*
|
||||
|
|
|
@ -7,7 +7,7 @@ concurrency:
|
|||
on:
|
||||
push:
|
||||
branch:
|
||||
- *
|
||||
- '*'
|
||||
tags:
|
||||
- v*
|
||||
- e*
|
||||
|
|
Loading…
Reference in New Issue