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 name: Qodana
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request_target:
branches:
- master
paths:
- "**.js"
- "**.sh"
- "**.py"
push: push:
branches: branches:
- master - master
paths:
- "**.js"
- "**.sh"
- "**.py"
jobs: jobs:
qodana: qodana: