diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 8c93ca24..27deba67 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -5,6 +5,11 @@ on: push: branches: - main + - develop + paths-ignore: + - '**.md' + - '**.yml' + - '**.resx' jobs: qodana: diff --git a/qodana.yaml b/qodana.yaml index 5512977d..f1e0d017 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -30,4 +30,4 @@ exclude: # - id: #(plugin id can be found at https://plugins.jetbrains.com) #Specify Qodana linter for analysis (Applied in CI/CD pipeline) -linter: jetbrains/qodana-dotnet:latest +linter: jetbrains/qodana-dotnet:2023.2-eap