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:
- cron: '0 */6 * * *'
push:
branch:
- 'ci/*'
branches:
- 'ci/**'
release:
types:
- published

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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