Update CI to run on all branches (main, qa, dev)
CI / lint-and-test (push) Has been cancelled
CI / security-scan (push) Has been cancelled
CI / dependency-scan (push) Has been cancelled
CI / docker-build-test (push) Has been cancelled
CI / workflow-summary (push) Has been cancelled

This commit is contained in:
ilia
2025-12-24 21:53:14 -05:00
parent 9940100239
commit 3910ca9d04
+2 -1
View File
@@ -3,8 +3,9 @@ name: CI
on:
push:
branches: [main, master]
branches: [main, qa, dev]
pull_request:
branches: [main, qa, dev]
jobs:
lint-and-test: