Skip to content

Commit 269962c

Browse files
authored
reverse ignoring logic (#315)
1 parent 0463930 commit 269962c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/workflows/CI.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ on:
33
pull_request:
44
branches:
55
- main
6-
paths-ignore:
7-
- 'docs/**'
8-
- '**/*.md'
9-
- 'CITATION.*'
10-
- '.github/workflows/Documenter.yml'
6+
paths:
7+
- 'src/**'
8+
- 'ext/**'
9+
- 'test/**'
10+
- 'Project.toml'
11+
- '.github/workflows/CI.yml'
1112
push:
1213
tags:
1314
- '*'
1415
branches:
1516
- main
16-
paths-ignore:
17-
- 'docs/**'
18-
- '**/*.md'
19-
- 'CITATION.*'
20-
- '.github/workflows/Documenter.yml'
17+
paths:
18+
- 'src/**'
19+
- 'ext/**'
20+
- 'test/**'
21+
- 'Project.toml'
22+
- '.github/workflows/CI.yml'
2123

2224
concurrency:
2325
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)