ci: skip release for configuration updates and update docs

This commit is contained in:
ClaudiaFang 2026-04-25 17:28:44 +00:00
parent 5c62533d93
commit fa7e2a9361
3 changed files with 28 additions and 0 deletions

View file

@ -9,11 +9,35 @@ on:
- main
- master
- '**'
paths-ignore:
- '**.md'
- 'docs/**'
- 'imgs/**'
- '.gitignore'
- 'sonar-project.properties'
- '.releaserc.json'
- 'manifest.json'
- 'versions.json'
- 'LICENSE'
- '.editorconfig'
- '.npmrc'
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- master
paths-ignore:
- '**.md'
- 'docs/**'
- 'imgs/**'
- '.gitignore'
- 'sonar-project.properties'
- '.releaserc.json'
- 'manifest.json'
- 'versions.json'
- 'LICENSE'
- '.editorconfig'
- '.npmrc'
jobs:
lint:

View file

@ -9,6 +9,8 @@
[繁體中文使用說明](USAGE_zh.md)
<video src="https://blog-assets.firstsun.org/video/obsidian-plugins/git-file-sync-en.webm" width="100%" controls autoplay loop muted playsinline></video>
![sync-status](imgs/sync-status.png)
*The Sync Status View provides a clear overview of your files, allowing you to selectively push, pull, or view diffs for modified files.*

View file

@ -1,5 +1,7 @@
# Git File Sync 使用說明書
<video src="https://blog-assets.firstsun.org/video/obsidian-plugins/git-file-sync-zh.webm" width="100%" controls autoplay loop muted playsinline></video>
本指南將引導您如何使用 Git File Sync 插件,在行動裝置與桌面電腦之間,透過 GitLab 或 GitHub 輕鬆同步您的筆記。
---