Skip to content

Commit

Permalink
Use main as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tintou committed Jan 2, 2024
1 parent 021755e commit 1ab0e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
Node:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

push:
branches:
- master
- main

jobs:
Dockerhub:
Expand Down

0 comments on commit 1ab0e06

Please sign in to comment.