]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Ensure we recompile when needed
authorJoas Schilling <coding@schilljs.com>
Fri, 12 Jul 2024 11:36:15 +0000 (13:36 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 12 Jul 2024 11:36:15 +0000 (13:36 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/workflows/node.yml

index 750f023e1c7dbeaecf73bb0e5ca77b0f65e3902a..4d49de48e326ad2347dc81f684568d291574d931 100644 (file)
@@ -38,6 +38,8 @@ jobs:
               - '**.js'
               - '**.ts'
               - '**.vue'
+              - 'core/css/*'
+              - 'core/img/**'
 
   build:
     runs-on: ubuntu-latest