Skip to content

Commit c56b162

Browse files
authored
Update spring-cloud-howto-github-actions.md
1 parent 26d50b9 commit c56b162

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/spring-cloud/spring-cloud-howto-github-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Create the `.github/workflow/main.yml` file in the repository:
7373

7474
```
7575
name: AzureSpringCloud
76+
on: push
7677
7778
env:
7879
GROUP: <resource group name>
@@ -119,6 +120,7 @@ The az `run` command will use the latest version of Azure CLI. If there are brea
119120
Create the .github/workflow/main.yml file in the repository:
120121
```
121122
name: AzureSpringCloud
123+
on: push
122124
123125
jobs:
124126
build-and-deploy:
@@ -159,6 +161,7 @@ Another option is to use the [Maven Plugin](https://docs.microsoft.com/azure/spr
159161

160162
```
161163
name: AzureSpringCloud
164+
on: push
162165
163166
jobs:
164167
build-and-deploy:

0 commit comments

Comments
 (0)