ci: update branch names in CI workflow configuration

This commit is contained in:
2025-05-27 12:52:00 +02:00
parent 63ce0b8d5e
commit 5116a20d97

View File

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