From 9e334cd30826f102cb3d077e90e950c6b105e4a8 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Wed, 13 Apr 2022 10:42:21 +0200 Subject: [PATCH] master => main --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc327d50c..59006b758 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Node CI on: push: branches: - - master + - main pull_request: branches: - "**" @@ -112,7 +112,7 @@ jobs: run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info saucelabs-test: - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2