ci: always run required checks

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2026-02-02 22:14:15 -05:00
parent ed7101ba1e
commit 0e06c57efe
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
2 changed files with 0 additions and 46 deletions

View file

@ -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: