mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
@@ -24,7 +27,7 @@ jobs:
|
|||||||
name: Build and Test Rust Project
|
name: Build and Test Rust Project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Add disk space cleanup before linting
|
# Add disk space cleanup before linting
|
||||||
- name: Check disk space before build
|
- name: Check disk space before build
|
||||||
run: df -h
|
run: df -h
|
||||||
|
|
||||||
@@ -130,6 +133,6 @@ jobs:
|
|||||||
# Faster Desktop App build for PRs only
|
# Faster Desktop App build for PRs only
|
||||||
bundle-desktop-unsigned:
|
bundle-desktop-unsigned:
|
||||||
uses: ./.github/workflows/bundle-desktop.yml
|
uses: ./.github/workflows/bundle-desktop.yml
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
|
||||||
with:
|
with:
|
||||||
signing: false
|
signing: false
|
||||||
|
|||||||
Reference in New Issue
Block a user