Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: build-go-projects

on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: build-and-test-rust-projects

on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build contracts
on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/foundry-gas-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Report gas diff
on:
push:
branches:
- main
- testnet
- staging
pull_request:
# Run only for changes in specific files.
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lint contracts
on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-merkle-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: test-merkle-tree

on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-risc-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: test-risc-zero

on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-sp1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: test-sp1

on:
push:
branches: [main]
branches:
- testnet
- staging
pull_request:
branches: ["*"]
paths:
Expand Down
Loading