CI: automatically run packaging CI on every tag (#119)

This commit is contained in:
theofficialgman
2026-09-02 11:38:14 -04:00
committed by GitHub
parent 8dc9bb67b3
commit dec9ed8df1
+3
View File
@@ -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: