Skip to content

Commit 4168d21

Browse files
committed
Don't rebuild the entire when updating the readme
1 parent 4cb0fbf commit 4168d21

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
@@ -12,11 +12,11 @@ env:
1212
on:
1313
pull_request:
1414
branches: [ "master", "main" ]
15-
paths-ignore: [ "docs/**" ]
15+
paths-ignore: [ "docs/**", "README.md" ]
1616

1717
push:
1818
branches: [ "master", "main" ]
19-
paths-ignore: [ "docs/**" ]
19+
paths-ignore: [ "docs/**", "README.md" ]
2020
tags: [ 'v*.*.*' ]
2121

2222
concurrency:

0 commit comments

Comments
 (0)