mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
fix(CI): Ensure we recompile when needed
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2cc84b2272
commit
cf906baba0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
|
@ -38,6 +38,8 @@ jobs:
|
|||
- '**.js'
|
||||
- '**.ts'
|
||||
- '**.vue'
|
||||
- 'core/css/*'
|
||||
- 'core/img/**'
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue