Skip to content

Commit

Permalink
Update seiv2 CI to use main (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Apr 19, 2024
1 parent 6d7eb54 commit 008ff68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatiblity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Check Latest Dependencies
run: |
git clone -b seiv2 https://github.com/sei-protocol/sei-cosmos.git
git clone -b seiv2 https://github.com/sei-protocol/sei-tendermint.git
git clone https://github.com/sei-protocol/sei-cosmos.git
git clone https://github.com/sei-protocol/sei-tendermint.git
git clone https://github.com/sei-protocol/sei-iavl.git
git clone https://github.com/sei-protocol/go-ethereum.git
go mod edit -replace github.com/cosmos/iavl=./sei-iavl
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/eth_blocktests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ name: ETH Blocktests
on:
push:
branches:
- main
- seiv2
pull_request:
branches:
- main
- seiv2

defaults:
Expand Down

0 comments on commit 008ff68

Please sign in to comment.