From 86a4696af1aceb757c8ec07601689e9b304e0dab Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Tue, 3 Aug 2021 14:35:53 -0700 Subject: [PATCH] Updating Github actions and files to use main branch. (#1023) (#1384) (Cherry picked from commit dc291c2345cdb9885d7b99dff835df08bc3b15fd) --- .github/workflows/ci.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d01aacc7b0..ad1405471e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - '*' push: branches: - - master + - main - opendistro-* jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d37b4f047d..c1119853fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.