From 3c6c264cfe2556191b11dbde5c3c110d0937b464 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 13 Feb 2024 23:13:48 +0900 Subject: [PATCH] Added sonarcloud --- .github/workflows/sonarcloud.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 252c73636..ad5c2bc92 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -30,7 +30,9 @@ name: SonarCloud analysis on: push: - branches: [ "6.4" ] + branches: + - '[0-9]+.[0-9]+' + - 'trunk' pull_request: branches: [ "6.4" ] workflow_dispatch: