Skip to content

Commit

Permalink
change ci setting to use main instead of master branch (pytorch#678)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#678

D30560986 missed a few references to master branch, and was not triggering github CI

Reviewed By: dskhudia

Differential Revision: D30628706

fbshipit-source-id: 71412136366914fa393eb2f6e1091c6ec0297b30
  • Loading branch information
jspark1105 authored and facebook-github-bot committed Aug 30, 2021
1 parent 9f4078a commit 4f0dff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fbgemmci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: FBGEMMCI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md).
## Pull Requests
We actively welcome your pull requests.

1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
Expand Down

0 comments on commit 4f0dff4

Please sign in to comment.