Skip to content

Commit

Permalink
Retrigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Aug 22, 2024
1 parent 9c0de98 commit e18acb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
- feature/37-sonar-cube-pipeline

jobs:
build:
Expand All @@ -20,4 +19,4 @@ jobs:
with:
java-version: 21
- name: Build and analyze
run: mvn clean install sonar:sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
run: mvn clean verify sonar:sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}

0 comments on commit e18acb1

Please sign in to comment.