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 3a5429f commit 5e83d77Copy full SHA for 5e83d77
.github/workflows/build.yml
@@ -3,21 +3,23 @@ name: Matplotplusplus
3
on:
4
push:
5
paths:
6
+ - '**.c'
7
- '**.cpp'
8
- '**.h'
9
+ - '**.hpp'
10
- '**.cmake'
11
- '**/CMakeLists.txt'
12
- '.github/workflows/build.yml'
- - '**.yml'
13
pull_request:
14
15
16
17
18
19
20
21
-
22
+
23
jobs:
24
Build:
25
name: ${{ matrix.config.name }}
0 commit comments