ci: always run required checks (#4954)

This commit is contained in:
Tayou 2026-02-03 11:33:59 +00:00 committed by GitHub
commit fe81ad3fc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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:

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/codeql/**"
- ".github/workflows/codeql.yml"
- ".github/actions/setup-dependencies/**"
workflow_dispatch:
jobs: