From 207333bf1e97c26ade0f3f0e8f08b8c6b54bb127 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 23 Dec 2024 23:13:11 +0900 Subject: [PATCH] Using default branch instead of 7.0 --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 781e31096..dd59e95b7 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -30,9 +30,9 @@ name: SonarCloud analysis on: push: - branches: [ "7.0" ] + branches: [ "7.2" ] pull_request: - branches: [ "7.0" ] + branches: [ "7.2" ] workflow_dispatch: permissions: