We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535e497 commit 43e6d73Copy full SHA for 43e6d73
1 file changed
.github/workflows/azure-dev.yml
@@ -1,12 +1,16 @@
1
+name: .NET Aspire + AZD
2
+
3
on:
4
workflow_dispatch:
5
push:
- # Run when commits are pushed to mainline branch (main or master)
- # Set this to the mainline branch you are using
6
- branches:
7
- - main
8
- - master
9
-
+ branches: [main]
+ paths:
+ - 'aspire-sample/**'
+ pull_request:
10
11
12
13
14
# GitHub Actions workflow to deploy to Azure using azd
15
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
16
@@ -59,7 +63,7 @@ jobs:
59
63
env:
60
64
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
61
65
62
- - name: Provision Infrastructure
66
+ - name: Restore Aspire Workload
67
run: dotnet workload restore
68
69
- name: Provision Infrastructure
0 commit comments