Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove master branch references after migrating to main #324

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ on:
push:
branches:
- main
# Temporary inclusion of master branch during default branch name transition
- master
pull_request:
branches:
- main
# Temporary inclusion of master branch during default branch name transition
- master

jobs:
run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
pull_request:
branches:
- main
# Temporary inclusion of master branch during default branch name transition
- master
jobs:
pre-commit-ci:
name: Run pre-commit checks on changed files
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ on:
push:
branches:
- main
# Temporary inclusion of master branch during default branch name transition
- master
pull_request:
branches:
- main
# Temporary inclusion of master branch during default branch name transition
- master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. pycytominer documentation master file, created by
.. pycytominer documentation main file, created by
sphinx-quickstart on Fri Feb 19 14:44:29 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down
Loading