From a0bf000edcfce371703da147455abb0d62c9830d Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Miranda Date: Sat, 29 Nov 2025 03:51:09 -0300 Subject: [PATCH] Add master branch to workflow triggers --- .github/workflows/qodana_code_quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 1e1d55f..c13e73d 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -4,6 +4,7 @@ on: pull_request: push: branches: # Specify your branches here + - master - main # The 'main' branch - develop - 'releases/*' # The release branches