Skip to content

Commit

Permalink
build: use the main branch (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 15, 2021
1 parent e93b18e commit 985e068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/sync-repo-settings.yaml
Expand Up @@ -14,8 +14,8 @@ mergeCommitAllowed: false
# Rules for master branch protection
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `master`
- pattern: master
# Defaults to `main`
- pattern: main
# Can admins overwrite branch protection.
# Defaults to `true`
isAdminEnforced: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:
name: ci
jobs:
Expand Down

0 comments on commit 985e068

Please sign in to comment.