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>
This commit is contained in:
Joas Schilling 2024-07-12 15:05:35 +02:00
parent 76943efa18
commit 7cad5573f5
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -42,6 +42,7 @@ jobs:
- '**.vue'
- 'core/css/*'
- 'core/img/**'
- 'version.php'
build:
runs-on: ubuntu-latest