in main deploy github action, switch target branch from main to development
This commit is contained in:
parent
e1bd9aa026
commit
9b1e0c6e2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: Main Deploy Workflow
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- development
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue