aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-07-12 13:36:15 +0200
committerJoas Schilling <coding@schilljs.com>2024-07-12 13:36:15 +0200
commitcf906baba0d677c9a47c3e47c3dc7163162f67f9 (patch)
tree1dfd8fc423f6ad22ceb066853b97e420f0b7f55f /.github
parent2cc84b22720f74c7466cd6482717309c62f5bb0b (diff)
downloadnextcloud-server-cf906baba0d677c9a47c3e47c3dc7163162f67f9.tar.gz
nextcloud-server-cf906baba0d677c9a47c3e47c3dc7163162f67f9.zip
fix(CI): Ensure we recompile when needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 750f023e1c7..4d49de48e32 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -38,6 +38,8 @@ jobs:
- '**.js'
- '**.ts'
- '**.vue'
+ - 'core/css/*'
+ - 'core/img/**'
build:
runs-on: ubuntu-latest