We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaed0eb commit 9e334cdCopy full SHA for 9e334cd
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Node CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
- "**"
@@ -112,7 +112,7 @@ jobs:
112
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
113
114
saucelabs-test:
115
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
116
runs-on: ubuntu-latest
117
steps:
118
- uses: actions/checkout@v2
0 commit comments