Skip to content

Commit 95484d6

Browse files
committed
Update ci_tests.yml
1 parent b7779e0 commit 95484d6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci_tests.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ name: CI-Tests
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
5+
branches:
6+
- main
7+
paths-ignore:
8+
- '**.md'
79
pull_request:
8-
paths-ignore: ["README.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
10+
paths-ignore:
11+
- '**.md'
12+
- 'book/**'
13+
- 'src/**/**.md'
914

1015
env:
1116
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)