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 <[email protected]>
  • Loading branch information
nickvergessen committed Jul 12, 2024
1 parent d4c4a34 commit d2890f6
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 @@ -40,6 +40,7 @@ jobs:
- '**.vue'
- 'core/css/*'
- 'core/img/**'
- 'version.php'
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2890f6

Please sign in to comment.