New change

This commit is contained in:
shobikaramasubbarayalu 2022-02-22 10:57:15 -05:00
parent a6976369df
commit 762193c3d9

View File

@ -2,7 +2,7 @@ name: Build
on: on:
push: push:
branches: branches:
- master - master
- test - test
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
@ -18,4 +18,5 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master uses: SonarSource/sonarcloud-github-action@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}