Skip to content

Commit

Permalink
Change the branch tracked by the github-pages action from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry committed Mar 3, 2022
1 parent f74e2af commit ad53b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
- main

jobs:
github-pages:
Expand Down

0 comments on commit ad53b82

Please sign in to comment.