Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle authored Jul 20, 2023
1 parent 2b5e5e0 commit acb58dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build & Analyze
on:
repository_dispatch:
push:
paths:
- '**/*.kt'
- '**/*.kts'
- '**/*.java'

jobs:
Expand Down Expand Up @@ -40,4 +42,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: ./gradlew build sonar
run: ./gradlew build sonar

0 comments on commit acb58dd

Please sign in to comment.