Skip to content

Commit de9167c

Browse files
Merge pull request #141 from splitio/update-default-branch
Update default branch
2 parents f82509c + 54e472e commit de9167c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
pull_request:
44
branches:
5-
- master
5+
- main
66
pull_request_target:
77
branches:
88
- development
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
4343

4444
- name: SonarQube Scan (Push)
45-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
45+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
4646
uses: SonarSource/[email protected]
4747
env:
4848
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

0 commit comments

Comments
 (0)