Fix production-deploy workflow: change branches to array syntax

This commit is contained in:
2025-10-31 15:29:32 +01:00
parent 5f5ca5f1dc
commit b5637fe13b

View File

@@ -2,8 +2,7 @@ name: Production Deployment Pipeline
on:
push:
branches:
- main
branches: [ main, develop ]
workflow_dispatch:
inputs:
skip_tests: