Skip to content

Commit 9e13c15

Browse files
committed
fix ignore readme
1 parent 23b77b5 commit 9e13c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
type: boolean
99
default: false
1010
pull_request:
11+
paths-ignore:
12+
- 'README.md'
1113
push:
1214
branches:
1315
- main
1416
- develop
15-
paths-ignore:
16-
- 'README.md'
1717

1818
jobs:
1919
lint-and-unit-test:

0 commit comments

Comments
 (0)