actions作用于 `release*` 分支

pull/430/head
王良 2024-12-10 14:12:53 +08:00
parent 4daeb26db7
commit 6dd452b558
3 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Build And Release
on: on:
push: push:
branches: branches:
- release - release*
tags: tags:
- '*' - '*'

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- run - run
- test
- release*
tags: tags:
- '*' - '*'

View File

@ -6,6 +6,7 @@ on:
- master - master
- 1.x - 1.x
- test - test
- release*
pull_request: pull_request:
branches: branches:
- master - master