Skip to content

Commit

Permalink
Remove master branch references after migrating to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Sep 29, 2023
1 parent 74e6c63 commit fc6bbba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
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

0 comments on commit fc6bbba

Please sign in to comment.