Skip to content

Commit 2d4c9b7

Browse files
committed
Update docker-publish.yml
1 parent 29b0ba9 commit 2d4c9b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'docker/requirements.txt'
1010
- 'docker/docker-compose.yml'
1111
- '.github/workflows/docker-publish.yml'
12+
- 'docker/.vscode/settings.json'
1213
pull_request:
1314
branches: [ docker ]
1415
paths:
@@ -17,6 +18,8 @@ on:
1718
- 'docker/requirements.txt'
1819
- 'docker/docker-compose.yml'
1920
- '.github/workflows/docker-publish.yml'
21+
- 'docker/.vscode/settings.json'
22+
2023

2124
env:
2225
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)