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: push:
branches: branches:
- release* - release*
tags: - v1*
- '*' - v2*
jobs: jobs:
# job 1 # job 1

View File

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

View File

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