From 4666a4e44faaa279f073d591eb6b4097ea5e7185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=98D=3ALR?= <227069562+mod-lr@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:36:52 +1000 Subject: [PATCH] chore(ci): name workflow "CI" and add workflow_dispatch - Sets top-level workflow name to "CI" so required check appears as "CI / build". - Adds workflow_dispatch to allow manual runs on main when needed. - Next: update Branch protection to require "CI / build" (replace old "build"). --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b70f3a0..6357201 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: pull_request: push: branches: [ main ] + workflow_dispatch: permissions: contents: read