mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
ci: fix changes detection for legacy frontend
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
3258a91e39
commit
90436835ce
3 changed files with 5 additions and 7 deletions
4
.github/workflows/node-test-handlebars.yml
vendored
4
.github/workflows/node-test-handlebars.yml
vendored
|
|
@ -10,8 +10,6 @@ name: Node handlebars tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "5 2 * * *"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -44,7 +42,7 @@ jobs:
|
|||
- 'apps/*/appinfo/info.xml'
|
||||
- 'core/src/**'
|
||||
- 'package.json'
|
||||
- 'package-lock.json'
|
||||
- '**/package-lock.json'
|
||||
- 'tsconfig.json'
|
||||
- '**.js'
|
||||
- '**.ts'
|
||||
|
|
|
|||
2
.github/workflows/node-test.yml
vendored
2
.github/workflows/node-test.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- 'apps/*/appinfo/info.xml'
|
||||
- 'core/src/**'
|
||||
- 'package.json'
|
||||
- 'package-lock.json'
|
||||
- '**/package-lock.json'
|
||||
- 'tsconfig.json'
|
||||
- '**.js'
|
||||
- '**.ts'
|
||||
|
|
|
|||
6
.github/workflows/node.yml
vendored
6
.github/workflows/node.yml
vendored
|
|
@ -37,14 +37,14 @@ jobs:
|
|||
- '.github/workflows/**'
|
||||
- '**/src/**'
|
||||
- '**/appinfo/info.xml'
|
||||
- 'core/css/*'
|
||||
- 'core/img/**'
|
||||
- 'package.json'
|
||||
- 'package-lock.json'
|
||||
- '**/package-lock.json'
|
||||
- 'tsconfig.json'
|
||||
- '**.js'
|
||||
- '**.ts'
|
||||
- '**.vue'
|
||||
- 'core/css/*'
|
||||
- 'core/img/**'
|
||||
- 'version.php'
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue