File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Axiom VM Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " stark-backend/**"
10
10
- " circuits/primitives/**"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: ECC Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " stark-backend/**"
10
10
- " circuits/primitives/**"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Lint Workspace
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
9
9
concurrency :
10
10
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Primitives Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " stark-backend/**"
10
10
- " circuits/primitives/**"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: STARK Recursion Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " stark-backend/**"
10
10
- " circuits/primitives/**"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Stark Backend Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " stark-backend/**"
10
10
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: eDSL Compiler Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " vm/**"
10
10
- " toolchain/native-compiler/**"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Toolchain Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " vm/**"
10
10
- " toolchain/riscv/**"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: VM STARK and Compiler Tests
2
2
3
3
on :
4
4
push :
5
- branches : ["**"]
6
- pull_request :
7
5
branches : ["main"]
6
+ pull_request :
7
+ branches : ["**"]
8
8
paths :
9
9
- " stark-backend/**"
10
10
- " circuits/primitives/**"
You can’t perform that action at this time.
0 commit comments