diff options
author | Yuriy Andamasov <yuriy@vyos.io> | 2024-06-16 18:22:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 18:22:57 +0200 |
commit | 293d8b840d58d3cf0f94bf1b36e3d898e75088a5 (patch) | |
tree | 81cbbd731f3b12f9430ed3ea3eb3eef2a04c0ad6 /.github/workflows/sonarcloud.yml | |
parent | b1433d787b242e4655c8bd49f39d982d471d9ce3 (diff) | |
parent | da735fcad83bfb250690c6309e27d09c5964c3e2 (diff) | |
download | vyos-1x-293d8b840d58d3cf0f94bf1b36e3d898e75088a5.tar.gz vyos-1x-293d8b840d58d3cf0f94bf1b36e3d898e75088a5.zip |
Merge pull request #3661 from vyos/update-sonarcloud-settings
T6494: Update sonarcloud.yml and add more branches for scanning
Diffstat (limited to '.github/workflows/sonarcloud.yml')
-rw-r--r-- | .github/workflows/sonarcloud.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5fa005631..ceb9607fe 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -3,6 +3,9 @@ on: push: branches: - current + - circinus-stream + - sagitta-stream + - equuleus-stream pull_request_target: types: [opened, synchronize, reopened] jobs: |