Browse Source

Fix qodana script

Laurent Destailleur 2 years ago
parent
commit
218f1c8cc3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/code_quality.yml

+ 1 - 2
.github/workflows/code_quality.yml

@@ -4,8 +4,7 @@ on:
   pull_request:
   push:
     branches:
-      - main
-      - 'releases/*'
+      - develop
 
 jobs:
   qodana: