From 5c5598ab58f003dcae6f40b40c65f026f3d6ebfa Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 2 Feb 2022 15:27:35 -0500 Subject: [PATCH] master to main rename (#44) --- .github/workflows/integration-tests.yml | 4 ++-- .github/workflows/unit-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a6cb26ee..a9b9630f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -2,11 +2,11 @@ name: Run Integration Tests on: pull_request: branches: - - master + - main - "releases/*" push: branches: - - master + - main - "releases/*" jobs: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 8f1869d0..975aba95 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -2,11 +2,11 @@ name: Run Unit Tests on: pull_request: branches: - - master + - main - "releases/*" push: branches: - - master + - main - "releases/*" jobs: