We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2442d01 commit 6835c84Copy full SHA for 6835c84
.github/workflows/azure-dev.yaml
@@ -2,10 +2,11 @@ name: Deploy with azd
2
3
on:
4
workflow_dispatch:
5
+ # TODO: change later
6
push:
- branches:
7
- - main
8
-
+ branches: [ main ]
+ pull_request:
9
10
# GitHub Actions workflow to deploy to Azure using azd
11
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
12
0 commit comments