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
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66 pull_request : {}
77
88jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Run E2E tests
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66 paths :
77 - contracts/**
88 - config/**
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Run GRE tests
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66 paths :
77 - gre/**
88 pull_request : {}
You can’t perform that action at this time.
0 commit comments