feat(ci): ci is not triggered when modifying the md file (#55)

This commit is contained in:
Cuiys 2026-02-02 22:18:08 +08:00 committed by GitHub
parent 6680c619be
commit 66657f0651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -3,8 +3,13 @@ name: Zvec LinuxX64 CI
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
merge_group:
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
workflow_dispatch:
concurrency:

View File

@ -3,8 +3,13 @@ name: Zvec MacArm64 CI
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
merge_group:
pull_request:
branches: [ "main" ]
paths-ignore:
- '**.md'
workflow_dispatch:
concurrency: