Run Qodana only when supported files are edited

This commit is contained in:
Hans5958 2023-03-22 21:29:14 +07:00
parent 98229cb38e
commit 018ecf2e31

View file

@ -1,10 +1,20 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
pull_request_target:
branches:
- master
paths:
- "**.js"
- "**.sh"
- "**.py"
push:
branches:
- master
paths:
- "**.js"
- "**.sh"
- "**.py"
jobs:
qodana: