ci: update branch names in CI configuration

This commit is contained in:
2025-05-27 12:52:34 +02:00
parent 79a84fd255
commit 89cf3510bc

View File

@ -2,9 +2,9 @@ name: CI/CD Pipeline
on:
push:
branches: [main, master]
branches: [main, develop]
pull_request:
branches: [main, master]
branches: [main, develop]
jobs:
lint-and-test: