Skip to content

Commit

Permalink
Update branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest committed Oct 20, 2023
1 parent 8e64f7f commit 4216c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Unit tests
on:
push:
branches:
- master
- main
- dev
pull_request:
branches:
- master
- main
paths-ignore:
- 'docs/**'
- 'devtools/**'
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def linkcode_resolve(domain, info):

except subprocess.CalledProcessError:
print("Failed to get head") # so no head?
blob = "master"
blob = "main"

linkcode_url = r"https://github.com/f0uriest/interpax/"
linkcode_url = linkcode_url.strip("/") + f"/blob/{blob}/"
Expand Down

0 comments on commit 4216c4d

Please sign in to comment.