diff options
| -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: | 
