Skip to content

Commit 97953e8

Browse files
authored
fix: remove duplicate CI runs (#730)
1 parent 307fa4d commit 97953e8

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/workflows/axiom-vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Axiom VM Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "stark-backend/**"
1010
- "circuits/primitives/**"

.github/workflows/ecc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ECC Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "stark-backend/**"
1010
- "circuits/primitives/**"

.github/workflows/lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Lint Workspace
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

.github/workflows/primitives.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Primitives Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "stark-backend/**"
1010
- "circuits/primitives/**"

.github/workflows/recursion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: STARK Recursion Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "stark-backend/**"
1010
- "circuits/primitives/**"

.github/workflows/stark-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Stark Backend Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "stark-backend/**"
1010

.github/workflows/toolchain-edsl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: eDSL Compiler Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "vm/**"
1010
- "toolchain/native-compiler/**"

.github/workflows/toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Toolchain Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "vm/**"
1010
- "toolchain/riscv/**"

.github/workflows/vm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: VM STARK and Compiler Tests
22

33
on:
44
push:
5-
branches: ["**"]
6-
pull_request:
75
branches: ["main"]
6+
pull_request:
7+
branches: ["**"]
88
paths:
99
- "stark-backend/**"
1010
- "circuits/primitives/**"

0 commit comments

Comments
 (0)