Skip to content

Commit 9fa9113

Browse files
authored
Update main.yml
1 parent 5e97051 commit 9fa9113

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
name: python-flask-docker
2-
3-
on:
4-
pull_request:
5-
branches:
6-
- master
7-
push:
8-
branches:
9-
- master
1+
name: CI python-flask-docker
102

113
jobs:
124
build:
@@ -21,3 +13,10 @@ jobs:
2113
- name: docker output hostname and ip
2214
run: |
2315
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' my-container & docker inspect -f '{{ .Config.Hostname }}' my-container
16+
on:
17+
pull_request:
18+
branches:
19+
- master
20+
push:
21+
branches:
22+
- master

0 commit comments

Comments
 (0)