feat: merge queue

This commit is contained in:
Enno Gelhaus 2026-05-04 15:50:13 +02:00 committed by GitHub
parent 7e92764ad2
commit 53f0967e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,8 @@ name: Build
on:
push:
merge_group:
pull_request:
jobs:
build:

View file

@ -1,5 +1,5 @@
---
name: "Code Quality Analysis"
name: "Code Quality Analysis"
on:
push:
@ -9,6 +9,8 @@ on:
- apps/**
- '!apps/docs/**'
- libraries/**
merge_group:
jobs:
analyze: