Fix production-deploy workflow: change branches to array syntax
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user