Skip to content

Commit b46bb03

Browse files
committed
only build kicad-render on change to script or dockerfile
1 parent cf1b859 commit b46bb03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/image.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
name: build docker image
1+
name: build kicad-render image
22
on:
33
push:
4+
paths:
5+
- Dockerfile
6+
- '*.sh'
47
jobs:
58
push_to_registry:
69
name: Push Docker image to Docker Hub

0 commit comments

Comments
 (0)