Skip to content

Commit

Permalink
main and develop branches (#2542)
Browse files Browse the repository at this point in the history
- `master` -> `main`
- `develop` is now CI'd
  • Loading branch information
gpleiss authored Jun 27, 2024
1 parent 6fff12d commit 07fa68e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---documentation-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ assignees: ''
** Think you know how to fix the docs? ** (If so, we'd love a pull request from you!)

- Link to [GPyTorch documentation](https://gpytorch.readthedocs.io)
- Link to [GPyTorch examples](https://github.com/cornellius-gp/gpytorch/tree/master/examples)
- Link to [GPyTorch examples](https://github.com/cornellius-gp/gpytorch/tree/main/examples)
4 changes: 2 additions & 2 deletions .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Run Test Suite

on:
push:
branches: [ master ]
branches: [ main, develop ]
pull_request:
branches: [ master ]
branches: [ main, develop ]
workflow_call:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ If you use GPyTorch, please cite the following papers:

## Contributing

See the contributing guidelines [CONTRIBUTING.md](https://github.com/cornellius-gp/gpytorch/blob/master/CONTRIBUTING.md)
See the contributing guidelines [CONTRIBUTING.md](https://github.com/cornellius-gp/gpytorch/blob/main/CONTRIBUTING.md)
for information on submitting issues and pull requests.


Expand Down

0 comments on commit 07fa68e

Please sign in to comment.