Skip to content

Commit

Permalink
Merge pull request #860 from graphprotocol/pcv/main-ci
Browse files Browse the repository at this point in the history
chore: rename dev branch to main in CI
  • Loading branch information
pcarranzav authored Sep 18, 2023
2 parents 73d9b8d + 859138f commit 59240bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 59240bd

Please sign in to comment.