mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ci: always run required checks
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
ed7101ba1e
commit
0e06c57efe
2 changed files with 0 additions and 46 deletions
23
.github/workflows/build.yml
vendored
23
.github/workflows/build.yml
vendored
|
|
@ -8,29 +8,6 @@ on:
|
|||
merge_group:
|
||||
types: [checks_requested]
|
||||
pull_request:
|
||||
paths:
|
||||
# File types
|
||||
- "**.cpp"
|
||||
- "**.h"
|
||||
- "**.java"
|
||||
- "**.ui"
|
||||
|
||||
# Directories
|
||||
- "buildconfig/**"
|
||||
- "cmake/**"
|
||||
- "launcher/**"
|
||||
- "libraries/**"
|
||||
- "program_info/**"
|
||||
- "tests/**"
|
||||
|
||||
# Files
|
||||
- "CMakeLists.txt"
|
||||
- "COPYING.md"
|
||||
|
||||
# Workflows
|
||||
- ".github/workflows/build.yml"
|
||||
- ".github/actions/package/**"
|
||||
- ".github/actions/setup-dependencies/**"
|
||||
workflow_call:
|
||||
inputs:
|
||||
build-type:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue