mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 06:04:23 +01:00
chore: run CI on merge_group (#2786)
Co-authored-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -5,6 +5,9 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
merge_group:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
name: CI
|
||||
@@ -24,7 +27,7 @@ jobs:
|
||||
name: Build and Test Rust Project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Add disk space cleanup before linting
|
||||
# Add disk space cleanup before linting
|
||||
- name: Check disk space before build
|
||||
run: df -h
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user