Skip to content

Commit 4c6edf9

Browse files
committed
Disable docker image builds on markdown file changes
Prevents unneeded builds when chaning docs/readme
1 parent ba40610 commit 4c6edf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Docker Images
33
on:
44
push:
55
branches: ['main']
6+
paths-ignore:
7+
- '**/*.md' # Ignore changes to markdown files
68
release:
79
types: [created]
810

0 commit comments

Comments
 (0)