Skip to content

Commit

Permalink
Merge pull request #4 from timothydodd/timothydodd-patch-1
Browse files Browse the repository at this point in the history
Update build-deploy.yml
  • Loading branch information
timothydodd authored Sep 27, 2023
2 parents 34a159c + 654f2c2 commit 43821dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
name: deploy_dist
path: dist
deploy:
name: Deploy to Azure
name: Deploy to Prod
runs-on: ubuntu-latest
needs: build
environment: prod
if: github.event_name != 'pull_request'
steps:
- name: Checkout
Expand Down

0 comments on commit 43821dd

Please sign in to comment.