Skip to content

Commit

Permalink
Updating Github actions and files to use main branch. (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#1023) (opensearch-project#1384)

(Cherry picked from commit dc291c2)
  • Loading branch information
cliu123 authored and afazel committed Aug 16, 2021
1 parent bd1e26c commit 86a4696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'
push:
branches:
- master
- main
- opendistro-*

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ When filing an issue, please check [existing open](../../issues), or [recently c
## Contributing via Pull Requests
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

1. You are working against the latest source on the *master* branch.
1. You are working against the latest source on the *main* branch.
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.

Expand Down

0 comments on commit 86a4696

Please sign in to comment.