Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: CI

on:
merge_group:
push:
branches: [main, master, develop]
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name: PR Validation

on:
merge_group:
pull_request:
types: [opened, synchronize, reopened]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "**/*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: Security Analysis

"on":
merge_group:
push:
branches: [main, master]
pull_request:
Expand Down
Loading