Skip to content

Commit c2366be

Browse files
contract-verify action: exclude math_lib, qpi and TestExample
1 parent 3467ad4 commit c2366be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/contract-verify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ on:
1010
branches: [ "main", "develop" ]
1111
paths:
1212
- 'src/contracts/*.h'
13+
- '!src/contracts/math_lib.h'
14+
- '!src/contracts/qpi.h'
15+
- '!src/contracts/TestExample*.h'
1316
- '.github/workflows/contract-verify.yml'
1417
pull_request:
1518
branches: [ "main", "develop" ]
1619
paths:
1720
- 'src/contracts/*.h'
21+
- '!src/contracts/math_lib.h'
22+
- '!src/contracts/qpi.h'
23+
- '!src/contracts/TestExample*.h'
1824
- '.github/workflows/contract-verify.yml'
1925

2026
jobs:

0 commit comments

Comments
 (0)