ci: fix jobs triggers

This commit is contained in:
William Yang 2022-02-01 12:28:31 +01:00
parent fd23581dc0
commit 978abe1798
8 changed files with 15 additions and 15 deletions

View File

@ -8,8 +8,8 @@ on:
schedule: schedule:
- cron: '0 */6 * * *' - cron: '0 */6 * * *'
push: push:
branch: branches:
- 'ci/*' - 'ci/**'
release: release:
types: types:
- published - published

View File

@ -6,7 +6,7 @@ concurrency:
on: on:
push: push:
branch: branches:
- master - master
tags: tags:
- v* - v*

View File

@ -6,8 +6,8 @@ concurrency:
on: on:
push: push:
branch: branches:
- '*' - '**'
tags: tags:
- e* - e*
- v* - v*

View File

@ -2,8 +2,8 @@ name: Broker tests
on: on:
push: push:
branch: branches:
- '*' - '**'
tags: tags:
- v* - v*
pull_request: pull_request:

View File

@ -2,8 +2,8 @@ name: Check emqx app standalone
on: on:
push: push:
branch: branches:
- '*' - '**'
tags: tags:
- v* - v*
- e* - e*

View File

@ -6,8 +6,8 @@ concurrency:
on: on:
push: push:
branch: branches:
- '*' - '**'
tags: tags:
- v* - v*
pull_request: pull_request:

View File

@ -6,8 +6,8 @@ concurrency:
on: on:
push: push:
branch: branches:
- '*' - '**'
tags: tags:
- v* - v*
- e* - e*

View File

@ -6,8 +6,8 @@ concurrency:
on: on:
push: push:
branch: branches:
- '*' - '**'
tags: tags:
- v* - v*
- e* - e*