Skip to content

Commit

Permalink
Merge pull request #46472 from nextcloud/bugfix/noid/require-compilat…
Browse files Browse the repository at this point in the history
…ion-check-when-touching-version

fix(CI): Require compilation check when touching version.php
  • Loading branch information
nickvergessen committed Jul 12, 2024
2 parents e13b59b + 7cad557 commit 86f5fb0
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 86f5fb0

Please sign in to comment.