github actions: 触发条件调整
parent
f87cff431d
commit
5df795df73
|
@ -4,8 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release*
|
- release*
|
||||||
tags:
|
- v1*
|
||||||
- '*'
|
- v2*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# job 1
|
# job 1
|
||||||
|
|
|
@ -3,9 +3,11 @@ name: npm run electron
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- run
|
- run*
|
||||||
- test
|
- test*
|
||||||
- release*
|
- release*
|
||||||
|
- v1*
|
||||||
|
- v2*
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 1.x
|
- 1.x
|
||||||
- test
|
- develop
|
||||||
|
- test*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue