Skip to content

Commit

Permalink
fix(CI): Require compilation check when touching version.php
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
nickvergessen committed Jul 12, 2024
1 parent 76943ef commit 7cad557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- '**.vue'
- 'core/css/*'
- 'core/img/**'
- 'version.php'
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7cad557

Please sign in to comment.