fix(ci): fix branch wildcard syntax

This commit is contained in:
Thales Macedo Garitezi 2022-01-31 10:50:20 -03:00
parent d4a16fc94a
commit 6165ed010a
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
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*