Skip to content

Commit

Permalink
Update CI to respect new default branch name of main
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jul 7, 2021
1 parent f27a48e commit aee699c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- 'master'
- 'main'
tags:
- '**'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,7 +1,7 @@
site_name: Soup Sieve
site_url: https://facelessuser.github.io/soupsieve
repo_url: https://github.com/facelessuser/soupsieve
edit_uri: tree/master/docs/src/markdown
edit_uri: tree/main/docs/src/markdown
site_description: A modern CSS selector library for Beautiful Soup.
copyright: |
Copyright &copy; 2018 - 2021 <a href="https://github.com/facelessuser" target="_blank" rel="noopener">Isaac Muse</a>
Expand Down

0 comments on commit aee699c

Please sign in to comment.