Skip to content

Commit

Permalink
Update yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSGW committed Oct 23, 2024
1 parent 32d5879 commit 5ee86c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ name: Main

on:
push:
branches:
- main
pull_request:
types: [opened]

env:
KOSLI_FLOW: sonarcloud-new-project-test
KOSLI_TRAIL: ${{ github.sha }}

jobs:
sonarcloud:
Expand All @@ -26,5 +21,5 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.analysis.kosli_flow=${{ env.KOSLI_FLOW }}
-Dsonar.analysis.kosli_trail=${{ env.KOSLI_TRAIL }}
-sonar.branch.name=main
-sonar.branch.target=main

0 comments on commit 5ee86c3

Please sign in to comment.