New change
This commit is contained in:
parent
a6976369df
commit
762193c3d9
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -2,7 +2,7 @@ name: Build
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- master
|
||||
- test
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
@ -18,4 +18,5 @@ jobs:
|
|||
uses: SonarSource/sonarcloud-github-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user