Fix production-deploy workflow: change branches to array syntax
This commit is contained in:
@@ -2,8 +2,7 @@ name: Production Deployment Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ main, develop ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
skip_tests:
|
||||
|
||||
Reference in New Issue
Block a user