Skip to content

Commit

Permalink
master -> main (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jul 13, 2023
1 parent 997d1e2 commit 165fe0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI
on:
push:
branches:
- 'master'
- 'main'
- 'test_deploy'
tags:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unit Tests
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def mock_rpy2():
display_github=True,
github_user='theislab',
github_repo='anndata2ri',
github_version='master',
github_version='main',
conf_py_path='/docs/',
)

Expand Down

0 comments on commit 165fe0c

Please sign in to comment.