We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f82509c + 54e472e commit de9167cCopy full SHA for de9167c
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: ci
2
on:
3
pull_request:
4
branches:
5
- - master
+ - main
6
pull_request_target:
7
8
- development
@@ -42,7 +42,7 @@ jobs:
42
run: echo "VERSION=$(cat package.json | jq -r .version)" >> $GITHUB_ENV
43
44
- name: SonarQube Scan (Push)
45
- if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
46
uses: SonarSource/[email protected]
47
env:
48
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
0 commit comments