Skip to content

Commit 55fe9d3

Browse files
committed
GitHub actions: build Docker on Pipfile changes
1 parent cc6a18e commit 55fe9d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
branches:
66
- main
77
paths:
8-
- ".devcontainer/Dockerfile"
8+
- Pipfile
9+
- Pipfile.lock
10+
- .devcontainer/Dockerfile
911
pull_request:
1012
branches:
1113
- main
1214
paths:
13-
- ".devcontainer/Dockerfile"
15+
- Pipfile
16+
- Pipfile.lock
17+
- .devcontainer/Dockerfile
1418

1519
jobs:
1620
build-and-publish:

0 commit comments

Comments
 (0)