actions作用于 `release*` 分支
parent
4daeb26db7
commit
6dd452b558
|
@ -3,7 +3,7 @@ name: Build And Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release
|
- release*
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- run
|
- run
|
||||||
|
- test
|
||||||
|
- release*
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ on:
|
||||||
- master
|
- master
|
||||||
- 1.x
|
- 1.x
|
||||||
- test
|
- test
|
||||||
|
- release*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue