Merge pull request #46472 from nextcloud/bugfix/noid/require-compilation-check-when-touching-version

fix(CI): Require compilation check when touching version.php
pull/46396/head
Joas Schilling 5 months ago committed by GitHub
commit 86f5fb0c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/node.yml

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

Loading…
Cancel
Save