Skip to content

Commit

Permalink
Merge pull request #54 from pamelafox/pamelafox-patch-1
Browse files Browse the repository at this point in the history
Update azure-dev.yaml
  • Loading branch information
pamelafox authored Apr 2, 2024
2 parents 204d20d + b000f92 commit 4b7319b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
on:
workflow_dispatch:
push:
# Run when commits are pushed to mainline branch
branches:
- main
workflow_dispatch:
push:
# Run when commits are pushed to mainline branch (main or master)
# Set this to the mainline branch you are using
branches:
- main

# GitHub Actions workflow to deploy to Azure using azd
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
Expand All @@ -24,10 +25,10 @@ jobs:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install azd
uses: Azure/setup-azd@v0.1.0
uses: Azure/setup-azd@v1.0.0

- name: Log in with Azure (Federated Credentials)
if: ${{ env.AZURE_CLIENT_ID != '' }}
Expand Down

0 comments on commit 4b7319b

Please sign in to comment.