Skip to content

Commit 07fa68e

Browse files
authored
main and develop branches (#2542)
- `master` -> `main` - `develop` is now CI'd
1 parent 6fff12d commit 07fa68e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/---documentation-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ assignees: ''
2121
** Think you know how to fix the docs? ** (If so, we'd love a pull request from you!)
2222

2323
- Link to [GPyTorch documentation](https://gpytorch.readthedocs.io)
24-
- Link to [GPyTorch examples](https://github.com/cornellius-gp/gpytorch/tree/master/examples)
24+
- Link to [GPyTorch examples](https://github.com/cornellius-gp/gpytorch/tree/main/examples)

.github/workflows/run_test_suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Run Test Suite
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main, develop ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main, develop ]
1111
workflow_call:
1212

1313
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you use GPyTorch, please cite the following papers:
8888

8989
## Contributing
9090

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

9494

0 commit comments

Comments
 (0)