From dec9ed8df103e8acddadc027ef8f442323c320f7 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 2 Sep 2026 11:38:14 -0400 Subject: [PATCH] CI: automatically run packaging CI on every tag (#119) --- .github/workflows/package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index f88f257..9cfc40d 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -7,6 +7,9 @@ name: Package installers # that step requires the end user's own Mario Kart Wii dump (Assets/main.dol, Assets/StaticR.rel), # which is proprietary and not present in this repository or in CI. on: + push: + tags: + - '*' workflow_dispatch: permissions: