chore(ci): avoid running on workflow-only changes

This commit is contained in:
2026-04-30 23:57:02 +08:00
parent 5655eed364
commit 79915b5aa7
3 changed files with 0 additions and 8 deletions
-2
View File
@@ -6,13 +6,11 @@ on:
- main
paths:
- "server/**"
- ".gitea/workflows/backend-ci.yml"
pull_request:
branches:
- main
paths:
- "server/**"
- ".gitea/workflows/backend-ci.yml"
workflow_dispatch:
permissions: