Skip to content

Commit

Permalink
chore: trigger CI on all branches (#729)
Browse files Browse the repository at this point in the history
* chore: trigger CI on all branches

* chore: run benchmarks if tag is present on all branches
  • Loading branch information
yi-sun authored Oct 30, 2024
1 parent 0439688 commit 307fa4d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/axiom-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Axiom VM Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ECC Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint Workspace

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primitives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Primitives Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursion-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
branches: ["**"]
paths:
- "stark-backend/**"
- "circuits/primitives/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: STARK Recursion Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stark-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Stark Backend Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-edsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: eDSL Compiler Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Toolchain Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: VM STARK and Compiler Tests

on:
push:
branches: ["main"]
branches: ["**"]
pull_request:
branches: ["main"]
paths:
Expand Down

0 comments on commit 307fa4d

Please sign in to comment.