Skip to content

Commit

Permalink
feat: rename default to main
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu committed Aug 20, 2024
1 parent 1d4c742 commit 7a425b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ updates:
directory: /
schedule:
interval: weekly
target-branch: develop
target-branch: main
ignore:
- dependency-name: "github.com/ethereum/go-ethereum"
- dependency-name: "github.com/rss3-network/protocol-go"
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: develop
target-branch: main
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
target-branch: develop
target-branch: main
2 changes: 1 addition & 1 deletion .github/workflows/build-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
branch: update-readme-${{ steps.datetime.outputs.datetime }}
title: "ci(README.md): update supported network and worker (${{ steps.datetime.outputs.datetime }})"
body: "This PR updates the README.md file with the latest supported network and worker information."
base: develop
base: main
4 changes: 1 addition & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build & push
on:
push:
branches:
- develop
- main
tags:
- "*"
pull_request:
Expand Down Expand Up @@ -120,5 +120,3 @@ jobs:
if: github.event_name != 'pull_request'
run: |
docker buildx imagetools inspect rss3/node:${{ steps.meta.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint
on:
push:
branches:
- develop
- main
paths-ignore:
- "deploy/**"
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on:
push:
branches:
- develop
- main
paths-ignore:
- "deploy/**"
pull_request:
Expand Down

0 comments on commit 7a425b2

Please sign in to comment.