Skip to content

Commit 859138f

Browse files
committed
chore: rename dev branch to main in CI
1 parent 73d9b8d commit 859138f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run CI tests
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66
pull_request: {}
77

88
jobs:

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run E2E tests
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66
paths:
77
- contracts/**
88
- config/**
@@ -36,4 +36,4 @@ jobs:
3636
git submodule update --init --recursive
3737
./test-node.bash --init --no-blockscout --detach
3838
popd
39-
L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e
39+
L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e

.github/workflows/gre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run GRE tests
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66
paths:
77
- gre/**
88
pull_request: {}

0 commit comments

Comments
 (0)