Skip to content

Commit 9e334cd

Browse files
committed
master => main
1 parent eaed0eb commit 9e334cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
99
- "**"
@@ -112,7 +112,7 @@ jobs:
112112
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
113113

114114
saucelabs-test:
115-
if: ${{ github.ref == 'refs/heads/master' }}
115+
if: ${{ github.ref == 'refs/heads/main' }}
116116
runs-on: ubuntu-latest
117117
steps:
118118
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)