mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03: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
4 changed files with 68 additions and 60 deletions
34
.github/workflows/codeql.yml
vendored
34
.github/workflows/codeql.yml
vendored
|
|
@ -13,43 +13,45 @@ on:
|
|||
- "**.ui"
|
||||
|
||||
# Directories
|
||||
- "buildconfig/"
|
||||
- "cmake/"
|
||||
- "launcher/"
|
||||
- "libraries/"
|
||||
- "program_info/"
|
||||
- "tests/"
|
||||
- "buildconfig/**"
|
||||
- "cmake/**"
|
||||
- "launcher/**"
|
||||
- "libraries/**"
|
||||
- "program_info/**"
|
||||
- "tests/**"
|
||||
|
||||
# Files
|
||||
- "CMakeLists.txt"
|
||||
- "COPYING.md"
|
||||
|
||||
# Workflows
|
||||
- ".github/codeql"
|
||||
- ".github/codeql/**"
|
||||
- ".github/workflows/codeql.yml"
|
||||
- ".github/actions/setup-dependencies/"
|
||||
- ".github/actions/setup-dependencies/**"
|
||||
pull_request:
|
||||
paths:
|
||||
# File types
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.java"
|
||||
- "**.ui"
|
||||
|
||||
# Directories
|
||||
- "buildconfig/"
|
||||
- "cmake/"
|
||||
- "launcher/"
|
||||
- "libraries/"
|
||||
- "program_info/"
|
||||
- "tests/"
|
||||
- "buildconfig/**"
|
||||
- "cmake/**"
|
||||
- "launcher/**"
|
||||
- "libraries/**"
|
||||
- "program_info/**"
|
||||
- "tests/**"
|
||||
|
||||
# Files
|
||||
- "CMakeLists.txt"
|
||||
- "COPYING.md"
|
||||
|
||||
# Workflows
|
||||
- ".github/codeql"
|
||||
- ".github/codeql/**"
|
||||
- ".github/workflows/codeql.yml"
|
||||
- ".github/actions/setup-dependencies/"
|
||||
- ".github/actions/setup-dependencies/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue