mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
chore(ci): trigger lint on apps.json changes
This commit is contained in:
parent
dba5650b09
commit
90bcb0291a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -7,12 +7,14 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "images/**"
|
- "images/**"
|
||||||
- ".github/workflows/docker-build.yml"
|
- ".github/workflows/docker-build.yml"
|
||||||
|
- "apps.json"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "images/**"
|
- "images/**"
|
||||||
- ".github/workflows/docker-build.yml"
|
- ".github/workflows/docker-build.yml"
|
||||||
|
- "apps.json"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue