Skip to content

Commit 41179c5

Browse files
committed
Skip Docker build for docs-only changes
1 parent ed3b53e commit 41179c5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ on:
44
push:
55
branches: ["master"]
66
tags: ["v*.*.*"]
7+
paths-ignore:
8+
- "*.md"
9+
- "LICENSE"
10+
- ".gitignore"
11+
- ".github/**"
12+
- "!.github/workflows/docker-publish.yml"
713
pull_request:
814
branches: ["master"]
15+
paths-ignore:
16+
- "*.md"
17+
- "LICENSE"
18+
- ".gitignore"
919
workflow_dispatch:
1020

1121
env:

0 commit comments

Comments
 (0)