mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-10 20:43:22 -04:00
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:
parent
3257abaa34
commit
ba6f49b891
34
.github/workflows/build.yml
vendored
34
.github/workflows/build.yml
vendored
@ -13,12 +13,12 @@ on:
|
|||||||
- "**.ui"
|
- "**.ui"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -26,21 +26,23 @@ on:
|
|||||||
|
|
||||||
# Workflows
|
# Workflows
|
||||||
- ".github/workflows/build.yml"
|
- ".github/workflows/build.yml"
|
||||||
- ".github/actions/package/"
|
- ".github/actions/package/**"
|
||||||
- ".github/actions/setup-dependencies/"
|
- ".github/actions/setup-dependencies/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
# File types
|
# File types
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -48,8 +50,8 @@ on:
|
|||||||
|
|
||||||
# Workflows
|
# Workflows
|
||||||
- ".github/workflows/build.yml"
|
- ".github/workflows/build.yml"
|
||||||
- ".github/actions/package/"
|
- ".github/actions/package/**"
|
||||||
- ".github/actions/setup-dependencies/"
|
- ".github/actions/setup-dependencies/**"
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
build-type:
|
build-type:
|
||||||
|
34
.github/workflows/codeql.yml
vendored
34
.github/workflows/codeql.yml
vendored
@ -13,43 +13,45 @@ on:
|
|||||||
- "**.ui"
|
- "**.ui"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
- "COPYING.md"
|
- "COPYING.md"
|
||||||
|
|
||||||
# Workflows
|
# Workflows
|
||||||
- ".github/codeql"
|
- ".github/codeql/**"
|
||||||
- ".github/workflows/codeql.yml"
|
- ".github/workflows/codeql.yml"
|
||||||
- ".github/actions/setup-dependencies/"
|
- ".github/actions/setup-dependencies/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
# File types
|
# File types
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
- "COPYING.md"
|
- "COPYING.md"
|
||||||
|
|
||||||
# Workflows
|
# Workflows
|
||||||
- ".github/codeql"
|
- ".github/codeql/**"
|
||||||
- ".github/workflows/codeql.yml"
|
- ".github/workflows/codeql.yml"
|
||||||
- ".github/actions/setup-dependencies/"
|
- ".github/actions/setup-dependencies/**"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
30
.github/workflows/flatpak.yml
vendored
30
.github/workflows/flatpak.yml
vendored
@ -16,15 +16,15 @@ on:
|
|||||||
- "**.ui"
|
- "**.ui"
|
||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
- "flatpak/"
|
- "flatpak/**"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -37,17 +37,19 @@ on:
|
|||||||
# File types
|
# File types
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
- "flatpak/"
|
- "flatpak/**"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
30
.github/workflows/nix.yml
vendored
30
.github/workflows/nix.yml
vendored
@ -16,16 +16,16 @@ on:
|
|||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
- "**.nix"
|
- "**.nix"
|
||||||
- "nix/"
|
- "nix/**"
|
||||||
- "flake.lock"
|
- "flake.lock"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -38,19 +38,21 @@ on:
|
|||||||
# File types
|
# File types
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
- "**.nix"
|
- "**.nix"
|
||||||
- "nix/"
|
- "nix/**"
|
||||||
- "flake.lock"
|
- "flake.lock"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/**"
|
||||||
- "cmake/"
|
- "cmake/**"
|
||||||
- "launcher/"
|
- "launcher/**"
|
||||||
- "libraries/"
|
- "libraries/**"
|
||||||
- "program_info/"
|
- "program_info/**"
|
||||||
- "tests/"
|
- "tests/**"
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user