From e7bac9d8e52a1c19f431a402cd76a4292ae19f9f Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:37:58 +1100 Subject: [PATCH] Change CI workflow to run on push to master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e98251..aab683c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - main + - master pull_request: workflow_dispatch: