fix(ci): fix branch wildcard syntax
This commit is contained in:
parent
d4a16fc94a
commit
6165ed010a
|
@ -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