mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-26 06:44:00 +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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "**.js"
|
||||
- "**.sh"
|
||||
- "**.py"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "**.js"
|
||||
- "**.sh"
|
||||
- "**.py"
|
||||
|
||||
jobs:
|
||||
qodana:
|
||||
|
|
Loading…
Reference in a new issue