Skip to content

Commit

Permalink
main -> master for old repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Jan 7, 2024
1 parent 843e81b commit 60db655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint & Test

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]

permissions:
contents: read
Expand Down

0 comments on commit 60db655

Please sign in to comment.