Skip to content

Commit

Permalink
Update function_deploy_staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay authored Dec 22, 2023
1 parent b4d6531 commit ff3b3d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/function_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Staging_Deployment Deploy Pipeline Azure Func to Fairhub

on:
push:
branches: [releases/**]
branches: [staging]
workflow_dispatch:
inputs:
tags:
Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
slot-name: ${{ env.AZURE_FUNCTIONAPP_DEPLOYMENT_SLOT }}
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
scm-do-build-during-deployment: true
enable-oryx-build: true
enable-oryx-build: true

0 comments on commit ff3b3d7

Please sign in to comment.