mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
commit
96f942368a
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # or the name of your main branch
|
- main # or the name of your main branch
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main # or the name of your main branch
|
||||||
env:
|
env:
|
||||||
TEST_HOST: ${{ secrets.TEST_HOST }}
|
TEST_HOST: ${{ secrets.TEST_HOST }}
|
||||||
TEST_FROM: ${{ secrets.TEST_USER }}
|
TEST_FROM: ${{ secrets.TEST_USER }}
|
||||||
|
|
Loading…
Reference in a new issue