Skip to content

Commit 29702da

Browse files
committed
add path filter to reduce useless builds
1 parent a7b570a commit 29702da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/image-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "main"
77
tags:
88
- "[0-9]*.[0-9]*.[0-9]*"
9+
paths:
10+
# Only rebuild images when applications change
11+
- "06-demo-application/**/*"
912

1013
jobs:
1114
build-tag-push:

0 commit comments

Comments
 (0)