1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-21 08:55:21 +01:00

Add shader files to build-trigger paths

This commit is contained in:
sfan5
2025-11-16 19:25:38 +01:00
parent d280d10e29
commit 7da8a1e8a1
2 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ on:
- '**/CMakeLists.txt'
- 'cmake/Modules/**'
- 'po/**.po'
- 'client/shaders/**'
- 'util/ci/**'
- 'util/helper_mod/**'
- '.github/workflows/linux.yml'
@@ -27,6 +28,7 @@ on:
- '**/CMakeLists.txt'
- 'cmake/Modules/**'
- 'po/**.po'
- 'client/shaders/**'
- 'util/ci/**'
- 'util/helper_mod/**'
- '.github/workflows/linux.yml'