mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-26 19:44:12 +01:00
Run Qodana only when supported files are edited
This commit is contained in:
parent
98229cb38e
commit
018ecf2e31
1 changed files with 11 additions and 1 deletions
12
.github/workflows/qodana.yml
vendored
12
.github/workflows/qodana.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue