Skip to content

Commit a8e2579

Browse files
committed
Use paths-ignore
1 parent 5c893ea commit a8e2579

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
push:
99
branches:
1010
- main
11-
paths:
12-
- '**'
13-
- '!docs/**'
11+
paths-ignore:
12+
- "docs/**"
1413
pull_request:
1514
branches:
1615
- main
17-
paths:
18-
- '**'
19-
- '!docs/**'
16+
paths-ignore:
17+
- "docs/**"
2018

2119
jobs:
2220
build:

0 commit comments

Comments
 (0)