Skip to content

Commit

Permalink
master => main
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Apr 13, 2022
1 parent eaed0eb commit 9e334cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Node CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- "**"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9e334cd

Please sign in to comment.