Merge pull request #6907 from qzhuyan/ci/william/fix-push-trigger
ci: fix jobs triggers
This commit is contained in:
commit
fd4e15cecc
|
@ -8,8 +8,8 @@ on:
|
|||
schedule:
|
||||
- cron: '0 */6 * * *'
|
||||
push:
|
||||
branch:
|
||||
- 'ci/*'
|
||||
branches:
|
||||
- 'ci/**'
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
|
@ -6,7 +6,7 @@ concurrency:
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- v*
|
||||
|
|
|
@ -6,8 +6,8 @@ concurrency:
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- '*'
|
||||
branches:
|
||||
- '**'
|
||||
tags:
|
||||
- e*
|
||||
- v*
|
||||
|
|
|
@ -2,8 +2,8 @@ name: Broker tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- '*'
|
||||
branches:
|
||||
- '**'
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
|
|
@ -2,8 +2,8 @@ name: Check emqx app standalone
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- '*'
|
||||
branches:
|
||||
- '**'
|
||||
tags:
|
||||
- v*
|
||||
- e*
|
||||
|
|
|
@ -6,8 +6,8 @@ concurrency:
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- '*'
|
||||
branches:
|
||||
- '**'
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
|
|
@ -6,8 +6,8 @@ concurrency:
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- '*'
|
||||
branches:
|
||||
- '**'
|
||||
tags:
|
||||
- v*
|
||||
- e*
|
||||
|
|
|
@ -6,8 +6,8 @@ concurrency:
|
|||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- '*'
|
||||
branches:
|
||||
- '**'
|
||||
tags:
|
||||
- v*
|
||||
- e*
|
||||
|
|
Loading…
Reference in New Issue