1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-12 09:43:31 +00:00

ci/cd: run checks on PR to breaking/** branches

This commit is contained in:
Elias Schneider
2025-11-11 11:21:39 +01:00
parent 42b872d6b2
commit ab9c0f9ac0
4 changed files with 6 additions and 6 deletions

View File

@@ -2,11 +2,11 @@ name: Run Backend Linter
on:
push:
branches: [main]
branches: [main, breaking/**]
paths:
- "backend/**"
pull_request:
branches: [main]
branches: [main, breaking/**]
paths:
- "backend/**"