Skip to content

Commit 7fa78e1

Browse files
authored
Merge pull request #857 from b-ehlers/dockerbuild
Docker build: Run push action only on changes within docker directory
2 parents dff29d1 + 0f4a958 commit 7fa78e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
name: Build and upload Docker images
1+
name: Build Docker images
22

33
on:
44
push:
55
branches:
66
- main
77
- master
8+
paths:
9+
- 'docker/**'
810
schedule:
911
- cron: '37 7 * * 3'
1012
workflow_dispatch:

0 commit comments

Comments
 (0)