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

View File

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

View File

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

View File

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

View File

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

View File

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