Skip to content

Commit f91b7a0

Browse files
Only release image if relevant files change
1 parent 33f2ce9 commit f91b7a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- image/**
9+
- .github/workflows/release-image.yml
710

811
permissions:
912
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)