Skip to content

Commit

Permalink
chore(workflow): use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 18, 2021
1 parent 23bd15b commit 9822d38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: master
ref: main
- uses: actions/setup-node@v1
with:
node-version: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: master
ref: main
- uses: actions/setup-node@v1
with:
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 9822d38

Please sign in to comment.