Skip to content

Commit 0efedf7

Browse files
Ignore docs and README.md for CI triggering
1 parent 4049e82 commit 0efedf7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- 'docs/**'
88
- 'README.md'
99
pull_request:
10+
paths-ignore:
11+
- 'docs/**'
12+
- 'README.md'
1013
concurrency:
1114
group: ${{ github.workflow }}-${{ github.ref }}
1215
cancel-in-progress: true

0 commit comments

Comments
 (0)