Skip to content

Commit ded9661

Browse files
committed
u
1 parent 04726cd commit ded9661

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
name: Build & Publish Docker Image
22

33
on:
4-
4+
55
pull_request:
66
branches:
77
- docker
88
paths:
9-
- 'docker/**'
9+
- 'docker/Dockerfile'
10+
- 'docker/requirements.txt'
11+
- 'docker/docker-compose.yml'
1012
- '.github/workflows/docker-publish.yml'
13+
1114
push:
1215
branches:
1316
- docker
1417
paths:
15-
- 'docker/**'
18+
- 'docker/Dockerfile'
19+
- 'docker/requirements.txt'
20+
- 'docker/docker-compose.yml'
1621
- '.github/workflows/docker-publish.yml'
17-
paths-ignore:
18-
- 'docker/README.md'
1922

2023
jobs:
2124
build-and-push:

0 commit comments

Comments
 (0)