Merge pull request #6907 from qzhuyan/ci/william/fix-push-trigger

ci: fix jobs triggers
This commit is contained in:
William Yang 2022-02-01 13:18:36 +01:00 committed by GitHub
commit fd4e15cecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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*