diff options
author | Joas Schilling <coding@schilljs.com> | 2024-07-12 15:05:35 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-07-12 15:05:35 +0200 |
commit | 7cad5573f516f38bc7cb1de3d5f97213c4b29b93 (patch) | |
tree | 64fd35ac7244345e0bb6a49badfdaed977c1f637 /.github | |
parent | 76943efa18bcd94d794b42cc1db8dfe57fa7a311 (diff) | |
download | nextcloud-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.yml | 1 |
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 |