ci: glob directory matches
This makes sure *all* changes to directories trigger the given workflows Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
30
.github/workflows/flatpak.yml
vendored
30
.github/workflows/flatpak.yml
vendored
@@ -16,15 +16,15 @@ on:
|
||||
- "**.ui"
|
||||
|
||||
# Build files
|
||||
- "flatpak/"
|
||||
- "flatpak/**"
|
||||
|
||||
# Directories
|
||||
- "buildconfig/"
|
||||
- "cmake/"
|
||||
- "launcher/"
|
||||
- "libraries/"
|
||||
- "program_info/"
|
||||
- "tests/"
|
||||
- "buildconfig/**"
|
||||
- "cmake/**"
|
||||
- "launcher/**"
|
||||
- "libraries/**"
|
||||
- "program_info/**"
|
||||
- "tests/**"
|
||||
|
||||
# Files
|
||||
- "CMakeLists.txt"
|
||||
@@ -37,17 +37,19 @@ on:
|
||||
# File types
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.java"
|
||||
- "**.ui"
|
||||
|
||||
# Build files
|
||||
- "flatpak/"
|
||||
- "flatpak/**"
|
||||
|
||||
# Directories
|
||||
- "buildconfig/"
|
||||
- "cmake/"
|
||||
- "launcher/"
|
||||
- "libraries/"
|
||||
- "program_info/"
|
||||
- "tests/"
|
||||
- "buildconfig/**"
|
||||
- "cmake/**"
|
||||
- "launcher/**"
|
||||
- "libraries/**"
|
||||
- "program_info/**"
|
||||
- "tests/**"
|
||||
|
||||
# Files
|
||||
- "CMakeLists.txt"
|
||||
|
||||
Reference in New Issue
Block a user