aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-07-12 15:05:35 +0200
committerJoas Schilling <coding@schilljs.com>2024-07-12 15:05:35 +0200
commit7cad5573f516f38bc7cb1de3d5f97213c4b29b93 (patch)
tree64fd35ac7244345e0bb6a49badfdaed977c1f637 /.github
parent76943efa18bcd94d794b42cc1db8dfe57fa7a311 (diff)
downloadnextcloud-server-7cad5573f516f38bc7cb1de3d5f97213c4b29b93.tar.gz
nextcloud-server-7cad5573f516f38bc7cb1de3d5f97213c4b29b93.zip
fix(CI): Require compilation check when touching version.php
NPM is using version.php as app version and that seems to be part of the dist files now Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 691b111b84e..23963da7b75 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -42,6 +42,7 @@ jobs:
- '**.vue'
- 'core/css/*'
- 'core/img/**'
+ - 'version.php'
build:
runs-on: ubuntu-latest