Skip to content

Commit 3a5429f

Browse files
committed
Unify documentation workflows: fix indentation
1 parent 04760e6 commit 3a5429f

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@ name: Matplotplusplus
22

33
on:
44
push:
5-
paths-ignore:
6-
- '**.md'
7-
- 'README.md'
8-
- '.github/**'
9-
- '!.github/workflows/build.yml'
10-
- 'documentation/**'
11-
- '.clang-format'
12-
- '.gitignore'
13-
- 'LICENSE'
5+
paths:
6+
- '**.cpp'
7+
- '**.h'
8+
- '**.cmake'
9+
- '**/CMakeLists.txt'
10+
- '.github/workflows/build.yml'
11+
- '**.yml'
1412
pull_request:
15-
paths-ignore:
16-
- '**.md'
17-
- 'README.md'
18-
- '.github/**'
19-
- '!.github/workflows/build.yml'
20-
- 'documentation/**'
21-
- '.clang-format'
22-
- '.gitignore'
23-
- 'LICENSE'
13+
paths:
14+
- '**.cpp'
15+
- '**.h'
16+
- '**.cmake'
17+
- '**/CMakeLists.txt'
18+
- '.github/workflows/build.yml'
19+
- '**.yml'
2420

2521
jobs:
2622
Build:

0 commit comments

Comments
 (0)