Skip to content

Commit 6d0fafa

Browse files
authored
Merge pull request #154 from docker/ignore-markdown-pr
Ignore Markdown changes for pull requests
2 parents 50dd9a9 + 59d5238 commit 6d0fafa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
pull_request:
1212
branches:
1313
- '**'
14+
paths-ignore:
15+
- '**/*.md'
1416

1517
jobs:
1618
lint:

0 commit comments

Comments
 (0)