We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e519369 commit a0f35a6Copy full SHA for a0f35a6
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
jobs:
docs/conf.py
@@ -30,7 +30,7 @@ def linkcode_resolve(domain, info):
30
"""Link source code to GitHub."""
31
project = "joeflow"
32
github_user = "codingjoe"
33
- head = "master"
+ head = "main"
34
35
if domain != "py" or not info["module"]:
36
return None
0 commit comments