diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b5cddc..c0fee2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ name: CI on: + merge_group: push: branches: [main, master, develop] pull_request: diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index d89b8c7..10e29fa 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -8,6 +8,7 @@ name: PR Validation on: + merge_group: pull_request: types: [opened, synchronize, reopened] branches: diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index fd721d3..7b4ef0d 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -6,6 +6,7 @@ name: REUSE Compliance on: + merge_group: # No paths filter: "Check REUSE Compliance" is a REQUIRED status check, so it # must report on every PR. A paths filter would skip the workflow on changes # that do not match (e.g. root-only files like renovate.json, since "**/*" diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 438e58e..f5866db 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -10,6 +10,7 @@ name: Security Analysis "on": + merge_group: push: branches: [main, master] pull_request: