ci: run on changes to .ui files

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-07-03 01:25:49 -04:00
parent 56fa6586ab
commit 364ebbcbe6
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
- "**.cpp"
- "**.h"
- "**.java"
- "**.ui"
# Directories
- "buildconfig/"

View File

@ -10,6 +10,7 @@ on:
- "**.cpp"
- "**.h"
- "**.java"
- "**.ui"
# Directories
- "buildconfig/"

View File

@ -13,6 +13,7 @@ on:
- "**.cpp"
- "**.h"
- "**.java"
- "**.ui"
# Build files
- "flatpak/"

View File

@ -12,6 +12,7 @@ on:
- "**.cpp"
- "**.h"
- "**.java"
- "**.ui"
# Build files
- "**.nix"