We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028f6a8 commit f51c7e0Copy full SHA for f51c7e0
.github/workflows/Benchmark.yml
@@ -4,9 +4,13 @@ on:
4
push:
5
branches:
6
- master
7
+ paths:
8
+ - "./Sources/AngouriMath/AngouriMath"
9
pull_request:
10
11
- '*'
12
13
14
15
jobs:
16
Benchmark:
.github/workflows/CPPBuild.yml
@@ -4,9 +4,14 @@ on:
+ - "./Sources/Wrappers/AngouriMath.CPP.*/**"
+ workflow_dispatch:
17
AngouriMathCpp:
0 commit comments