Skip to content

Commit 9de3b80

Browse files
Don't trigger CI for changes to markdown files only (#615)
1 parent dd31162 commit 9de3b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
branches: ['main']
66
paths-ignore:
77
- 'docs/**'
8-
- 'README.md'
8+
- '**/*.md'
99
pull_request:
1010
paths-ignore:
1111
- 'docs/**'
12-
- 'README.md'
12+
- '**/*.md'
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
1515
cancel-in-progress: true

0 commit comments

Comments
 (0)