aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-07-12 15:40:15 +0200
committerGitHub <noreply@github.com>2024-07-12 15:40:15 +0200
commit86f5fb0c9b9f0d4fd9721d05f04d6dedb5315c29 (patch)
tree3df5eb59e1a746a230168cd9cbb504f4dbfd8de5
parente13b59b085fa23fc27fa2fc909d5d639346edd6a (diff)
parent7cad5573f516f38bc7cb1de3d5f97213c4b29b93 (diff)
downloadnextcloud-server-86f5fb0c9b9f0d4fd9721d05f04d6dedb5315c29.tar.gz
nextcloud-server-86f5fb0c9b9f0d4fd9721d05f04d6dedb5315c29.zip
Merge pull request #46472 from nextcloud/bugfix/noid/require-compilation-check-when-touching-version
fix(CI): Require compilation check when touching version.php
-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