Skip to content

Commit

Permalink
Qodana: Run automatically on push and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Desoroxxx authored Oct 13, 2024
1 parent 75bbb1c commit 4560c1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ name: Qodana

on:
workflow_dispatch:
pull_request:
push:
branches:
- next
- release

jobs:
qodana:
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write
checks: write

steps:
- name: Qodana Composite
uses: Red-Studio-Ragnarok/Qodana-Composite@main
Expand Down

0 comments on commit 4560c1b

Please sign in to comment.