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: on:
push: push:
branches: branches: [ main, develop ]
- main
workflow_dispatch: workflow_dispatch:
inputs: inputs:
skip_tests: skip_tests: