Skip to content

Commit

Permalink
chore: update default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hallaji committed Jan 22, 2024
1 parent b236215 commit 41acb04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Main
on:
push:
branches:
- master
- main

jobs:
deploy:
Expand All @@ -13,17 +13,17 @@ jobs:
uses: actions/checkout@v2
with:
repository: hallaji/website
ref: master
ref: main
token: ${{ secrets.REPO_PAT }}
- name: Checkout content repo to posts directory
uses: actions/checkout@v2
with:
ref: master
ref: main
path: posts
- name: Checkout content repo to public directory
uses: actions/checkout@v2
with:
ref: master
ref: main
path: public
- name: Setup node
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Preview
on:
push:
branches-ignore:
- master
- main

jobs:
deploy:
Expand Down

0 comments on commit 41acb04

Please sign in to comment.