fix: correct branch name in deployment configuration from 'stage_new' to 'stage-new'
This commit is contained in:
@@ -4,7 +4,7 @@ name: Push nuget and docker image Actions Workflow
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stage_new
|
||||
- stage-new
|
||||
jobs:
|
||||
Deploy:
|
||||
runs-on: windows
|
||||
|
||||
Reference in New Issue
Block a user