Skip to content

Commit

Permalink
fix markdownlint ci after master branch deletion (bevyengine#1933)
Browse files Browse the repository at this point in the history
remove reference to master branch
  • Loading branch information
mockersf authored and ostwilkens committed Jul 27, 2021
1 parent 8f019fb commit c1a4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: master
DEFAULT_BRANCH: main
# Not needed here as only one Linter is used.
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c1a4cbb

Please sign in to comment.