Skip to content

Commit

Permalink
update wf condition
Browse files Browse the repository at this point in the history
  • Loading branch information
algapster committed Mar 26, 2024
1 parent 7c00676 commit e0978ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-functions-app-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
popd
- name: 'Run Azure Functions Action Prod'
if: github.ref == 'refs/head/main'
if: ${{ github.ref == 'refs/head/main' }}
uses: Azure/functions-action@v1
id: fa-prd
with:
Expand All @@ -66,7 +66,7 @@ jobs:
enable-oryx-build: true

- name: 'Run Azure Functions Action Dev'
if: github.ref == 'refs/head/development'
if: ${{ github.ref == 'refs/head/development' }}
uses: Azure/functions-action@v1
id: fa-dev
with:
Expand Down

0 comments on commit e0978ec

Please sign in to comment.