1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 21:24:15 +08:00

Only run deploy actions for tags without suffixes

Suffixed tags are build releases, which are triggered manually for now
(via private project).

Tags without suffix are the ones that we want to build the nuget
packages and such.
This commit is contained in:
Dean Herbert
2026-03-18 00:08:10 +09:00
Unverified
parent 780ce26660
commit f1f753f7c2
+2 -1
View File
@@ -3,7 +3,8 @@ name: Pack and nuget
on:
push:
tags:
- '*'
- '*.*.*'
- '!*-*'
jobs:
notify_pending_production_deploy: