Skip to content

Commit

Permalink
fix: target main branch instead of master for doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed May 15, 2023
1 parent 5265b2a commit 7d6d007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docs
on:
push:
branches:
- master
- main
paths:
- .github/workflows/docs.yml
- site-gh-pages.yml
Expand Down

0 comments on commit 7d6d007

Please sign in to comment.