We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04760e6 commit 3a5429fCopy full SHA for 3a5429f
.github/workflows/build.yml
@@ -2,25 +2,21 @@ name: Matplotplusplus
2
3
on:
4
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'
+ paths:
+ - '**.cpp'
+ - '**.h'
+ - '**.cmake'
+ - '**/CMakeLists.txt'
+ - '.github/workflows/build.yml'
+ - '**.yml'
14
pull_request:
15
16
17
18
19
20
21
22
23
24
25
jobs:
26
Build:
0 commit comments