mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Update sonarqube.yml
Run SonarQube on PRs too
This commit is contained in:
parent
4fcd42dfad
commit
04196716f1
1 changed files with 3 additions and 0 deletions
3
.github/workflows/sonarqube.yml
vendored
3
.github/workflows/sonarqube.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue