chore: run CI on merge_group (#2786)

Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Bradley Axen
2025-06-04 20:30:34 -07:00
committed by GitHub
parent 1d557161d0
commit fec5bfe9cd

View File

@@ -5,6 +5,9 @@ on:
pull_request:
branches:
- main
merge_group:
branches:
- main
workflow_dispatch:
name: CI
@@ -130,6 +133,6 @@ jobs:
# Faster Desktop App build for PRs only
bundle-desktop-unsigned:
uses: ./.github/workflows/bundle-desktop.yml
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
with:
signing: false