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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run CI tests

on:
push:
branches: [dev]
branches: [main]
pull_request: {}

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run E2E tests

on:
push:
branches: [dev]
branches: [main]
paths:
- contracts/**
- config/**
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
git submodule update --init --recursive
./test-node.bash --init --no-blockscout --detach
popd
L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e
L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e
2 changes: 1 addition & 1 deletion .github/workflows/gre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run GRE tests

on:
push:
branches: [dev]
branches: [main]
paths:
- gre/**
pull_request: {}
Expand Down