Skip to content

Commit c9bedc0

Browse files
author
Luke Sneeringer
committed
chore: Switch master branch to main.
1 parent edbc2cc commit c9bedc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
jobs:
88
github-pages:
99
runs-on: ubuntu-latest

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
jobs:
88
build:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)