From a4d18b8dd6255839dfc2b4a67efe852bbbd20575 Mon Sep 17 00:00:00 2001 From: Janne Date: Mon, 15 Jul 2024 13:59:47 +0200 Subject: [PATCH] run on every branch --- .github/workflows/qodana.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/qodana.yaml b/.github/workflows/qodana.yaml index c05992e..859cf7a 100644 --- a/.github/workflows/qodana.yaml +++ b/.github/workflows/qodana.yaml @@ -4,9 +4,7 @@ on: pull_request: push: branches: # Specify your branches here - - main # The 'main' branch - - master # The 'master' branch - - 'releases/*' # The release branches + - '**' version: 1.0 jobs: