Update sonarqube.yml

Run SonarQube on PRs too
This commit is contained in:
Winni Neessen 2022-07-07 10:52:01 +02:00 committed by GitHub
parent 4fcd42dfad
commit 04196716f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,9 @@ on:
push:
branches:
- main # or the name of your main branch
pull_request:
branches:
- main # or the name of your main branch
env:
TEST_HOST: ${{ secrets.TEST_HOST }}
TEST_FROM: ${{ secrets.TEST_USER }}