1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 13:21:45 +00:00

ci/cd: run linter only on backend changes

This commit is contained in:
Elias Schneider
2025-03-27 16:18:15 +01:00
parent 6746dbf41e
commit 6fa26c97be

View File

@@ -2,11 +2,14 @@ name: Run Backend Linter
on:
push:
branches:
- main
branches: [main]
paths:
- "backend/**"
pull_request:
branches:
- main
branches: [main]
paths:
- "backend/**"
permissions:
# Required: allow read access to the content for analysis.
contents: read