Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Jan 5, 2024
1 parent 5d53fa5 commit d62f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: Application

- name: Deploy Web Application to Azure Production
if: github.ref == 'refs/heads/master'
if: success() && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v')
uses: azure/webapps-deploy@v3
with:
app-name: 'web-ls-app-eus-ex-prd-01'
Expand Down

0 comments on commit d62f52f

Please sign in to comment.