Skip to content

Commit 9274e64

Browse files
authored
Add files in doc to paths-ignore
1 parent dce6565 commit 9274e64

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
- dev
88
- master
99
paths-ignore:
10-
- 'README*.md'
10+
- 'README.md'
11+
- 'doc/**'
1112
- 'fastlane/**'
1213
- 'assets/**'
1314
- '.github/**/*.md'
@@ -16,7 +17,8 @@ on:
1617
- dev
1718
- master
1819
paths-ignore:
19-
- 'README*.md'
20+
- 'README.md'
21+
- 'doc/**'
2022
- 'fastlane/**'
2123
- 'assets/**'
2224
- '.github/**/*.md'

0 commit comments

Comments
 (0)