Skip to content

Commit 75ad0ce

Browse files
committed
Update ci.yml
1 parent 44008d8 commit 75ad0ce

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99
- '*.asciidoc'
1010
- 'docs/**'
1111
pull_request:
12-
paths-ignore:
13-
- '*.md'
14-
- '*.asciidoc'
15-
- 'docs/**'
12+
paths:
13+
- '**'
14+
- '!*.md'
15+
- '!*.asciidoc'
16+
- '!docs/**'
1617

1718
permissions:
1819
contents: read

0 commit comments

Comments
 (0)