Skip to content

Commit

Permalink
Update Qodana CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Aug 5, 2024
1 parent 89a13b7 commit 44b7dff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Qodana
on:
workflow_dispatch:
pull_request_target:
branches-ignore:
- 'dependabot/**'
pull_request:
push:
branches:
- v4-dev
- '!dependabot/**'

jobs:
qodana:
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 44b7dff

Please sign in to comment.