diff options
author | Joas Schilling <coding@schilljs.com> | 2024-06-07 17:39:44 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-06-07 17:39:44 +0200 |
commit | 4f07f014bc0e631e451649f8236b0ec93b8eddfb (patch) | |
tree | 3d2c6bebbab97cb0c97a8c1f8d3156315378103e /.github/workflows | |
parent | 3237123293205e1f241d4e95960e58f48f2c3c53 (diff) | |
download | nextcloud-server-4f07f014bc0e631e451649f8236b0ec93b8eddfb.tar.gz nextcloud-server-4f07f014bc0e631e451649f8236b0ec93b8eddfb.zip |
fix(dist): Make sure changed icons are compiled
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/node.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index aad07cbb0d9..f948b11bdfb 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -41,6 +41,7 @@ jobs: - '**.js' - '**.ts' - '**.vue' + - 'core/img/**' build: runs-on: ubuntu-latest |