File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Run CI tests
2
2
3
3
on :
4
4
push :
5
- branches : [dev ]
5
+ branches : [main ]
6
6
pull_request : {}
7
7
8
8
jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Run E2E tests
2
2
3
3
on :
4
4
push :
5
- branches : [dev ]
5
+ branches : [main ]
6
6
paths :
7
7
- contracts/**
8
8
- config/**
36
36
git submodule update --init --recursive
37
37
./test-node.bash --init --no-blockscout --detach
38
38
popd
39
- L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e
39
+ L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Run GRE tests
2
2
3
3
on :
4
4
push :
5
- branches : [dev ]
5
+ branches : [main ]
6
6
paths :
7
7
- gre/**
8
8
pull_request : {}
You can’t perform that action at this time.
0 commit comments