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