Skip to content

Commit 0cc1e49

Browse files
authored
Update maven.yml
1 parent e4c7c2b commit 0cc1e49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
4545
restore-keys: ${{ runner.os }}-m2
4646
- name: Build with Maven and analyze with SonarQube
47-
if: ${{ github.event_name == 'push' }}
4847
env:
4948
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5049
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)