Merge remote-tracking branch 'origin/main'

This commit is contained in:
qaiu
2025-07-09 07:58:10 +08:00

View File

@@ -16,8 +16,9 @@ permissions:
on: on:
push: push:
tags: tags:
- '*' - '*' # 只有推送tag时才会触发构建
branches: [ "main" ] branches-ignore:
- '*' # 排除所有分支的提交
paths-ignore: paths-ignore:
- 'bin/**' - 'bin/**'
- '.github/**' - '.github/**'
@@ -27,7 +28,8 @@ on:
- '*.txt' - '*.txt'
- '*.md' - '*.md'
pull_request: pull_request:
branches: [ "main" ] branches:
- "main"
jobs: jobs:
build: build: