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:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branch:
|
||||||
- *
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- e*
|
- e*
|
||||||
- v*
|
- v*
|
||||||
|
|
|
@ -3,7 +3,7 @@ name: Broker tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branch:
|
||||||
- *
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
@ -3,7 +3,7 @@ name: Check emqx app standalone
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branch:
|
||||||
- *
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
- e*
|
- e*
|
||||||
|
|
|
@ -7,7 +7,7 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branch:
|
||||||
- *
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
|
@ -7,7 +7,7 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branch:
|
||||||
- *
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
- e*
|
- e*
|
||||||
|
|
|
@ -7,7 +7,7 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branch:
|
branch:
|
||||||
- *
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
- e*
|
- e*
|
||||||
|
|
Loading…
Reference in New Issue