github actions: 触发条件调整

pull/456/head
王良 2025-02-13 10:13:49 +08:00
parent f87cff431d
commit 5df795df73
3 changed files with 8 additions and 5 deletions

View File

@ -4,8 +4,8 @@ on:
push:
branches:
- release*
tags:
- '*'
- v1*
- v2*
jobs:
# job 1

View File

@ -3,9 +3,11 @@ name: npm run electron
on:
push:
branches:
- run
- test
- run*
- test*
- release*
- v1*
- v2*
tags:
- '*'

View File

@ -5,7 +5,8 @@ on:
branches:
- master
- 1.x
- test
- develop
- test*
pull_request:
branches:
- master