fix: restrict push triggers to main and development branches in quality checks workflow

This commit is contained in:
GitHub Actions
2026-02-09 23:19:40 +00:00
parent 1cf49cc708
commit 2f9d016ac0

View File

@@ -1,8 +1,6 @@
name: Quality Checks
on:
push:
branches: [ main, development, 'feature/**' ]
pull_request:
branches: [ main, development ]