fix: correct branch name in deployment configuration from 'stage_new' to 'stage-new'

This commit is contained in:
masoodafar-web
2025-12-20 05:04:09 +03:30
parent 2a2599973e
commit 97b62e9168
+1 -1
View File
@@ -4,7 +4,7 @@ name: Push nuget and docker image Actions Workflow
on: on:
push: push:
branches: branches:
- stage_new - stage-new
jobs: jobs:
Deploy: Deploy:
runs-on: windows runs-on: windows