We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3467ad4 commit c2366beCopy full SHA for c2366be
.github/workflows/contract-verify.yml
@@ -10,11 +10,17 @@ on:
10
branches: [ "main", "develop" ]
11
paths:
12
- 'src/contracts/*.h'
13
+ - '!src/contracts/math_lib.h'
14
+ - '!src/contracts/qpi.h'
15
+ - '!src/contracts/TestExample*.h'
16
- '.github/workflows/contract-verify.yml'
17
pull_request:
18
19
20
21
22
23
24
25
26
jobs:
0 commit comments