Skip to content

Conversation

Copy link

Copilot AI commented Nov 7, 2025

Set kernel_su as the default branch for automated builds.

Changes

  • Added push and pull_request triggers for kernel_su branch in .github/workflows/build-kernel.yml
  • Retained workflow_dispatch for manual builds from any branch
on:
  push:
    branches:
      - kernel_su
  pull_request:
    branches:
      - kernel_su
  workflow_dispatch:
    # ...

The workflow now auto-runs on commits and PRs targeting kernel_su, while preserving manual trigger capability.

Original prompt

change default to kernel_su branch


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Configure workflow to trigger on push and pull_request events for kernel_su branch

Co-authored-by: Edhic1 <106634745+Edhic1@users.noreply.github.com>
Copilot AI changed the title [WIP] Change default branch to kernel_su Configure workflow to trigger on kernel_su branch Nov 7, 2025
Copilot AI requested a review from Edhic1 November 7, 2025 23:37
Copilot finished work on behalf of Edhic1 November 7, 2025 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants