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.
2 parents 26d50b9 + c56b162 commit cbc3843Copy full SHA for cbc3843
articles/spring-cloud/spring-cloud-howto-github-actions.md
@@ -73,6 +73,7 @@ Create the `.github/workflow/main.yml` file in the repository:
73
74
```
75
name: AzureSpringCloud
76
+on: push
77
78
env:
79
GROUP: <resource group name>
@@ -119,6 +120,7 @@ The az `run` command will use the latest version of Azure CLI. If there are brea
119
120
Create the .github/workflow/main.yml file in the repository:
121
122
123
124
125
jobs:
126
build-and-deploy:
@@ -159,6 +161,7 @@ Another option is to use the [Maven Plugin](https://docs.microsoft.com/azure/spr
159
161
160
162
163
164
165
166
167
0 commit comments