Skip to content

Commit fa85d8e

Browse files
committed
ci: skip redundant image publishes
1 parent 9d385b9 commit fa85d8e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ on:
66
push:
77
branches:
88
- main
9+
paths-ignore:
10+
- "**/*.md"
11+
- "docs/**"
912

1013
concurrency:
1114
group: publish-image-main
12-
cancel-in-progress: false
15+
cancel-in-progress: true
1316

1417
jobs:
1518
build-and-push:

0 commit comments

Comments
 (0)