From 4a92a88ca6e6a16a1b6fee7258931041d64d37bf Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 13 Sep 2023 14:12:39 -0700 Subject: [PATCH] use main rather than master --- .github/workflows/coverage.yml | 6 +++--- .github/workflows/lint.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f4cf4a13..db899ccd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,9 +2,9 @@ name: coverage on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -38,7 +38,7 @@ jobs: echo $BRANCH_NAME # process.env.BRANCH = 'pull_27'; echo "BRANCH=$(echo ${BRANCH_NAME})" >> $GITHUB_ENV - - if: ${{ github.ref == 'refs/heads/master' }} + - if: ${{ github.ref == 'refs/heads/main' }} name: Create the Badge uses: schneegans/dynamic-badges-action@v1.4.0 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c568d104..26b3f235 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: lint on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcc8a502..9a87ee97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: tests on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: