ci: fix changes detection for legacy frontend

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/56677/head
Ferdinand Thiessen 5 months ago committed by Andy Scherzinger
parent 3258a91e39
commit 90436835ce
  1. 4
      .github/workflows/node-test-handlebars.yml
  2. 2
      .github/workflows/node-test.yml
  3. 6
      .github/workflows/node.yml

@ -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'

@ -44,7 +44,7 @@ jobs:
- 'apps/*/appinfo/info.xml'
- 'core/src/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'

@ -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…
Cancel
Save