Skip to content

Commit b05b34f

Browse files
committed
ci: update paths(-ignore) in docker workflow
1 parent 895a4df commit b05b34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
push:
88
branches:
99
- main
10-
paths:
11-
- ".github/workflows/docker.yml"
10+
paths-ignore:
11+
- '**/*.md'
1212
tags:
1313
- "v*"
1414

0 commit comments

Comments
 (0)