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:
@@ -3,7 +3,8 @@ name: Pack and nuget
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '*.*.*'
|
||||
- '!*-*'
|
||||
|
||||
jobs:
|
||||
notify_pending_production_deploy:
|
||||
|
||||
Reference in New Issue
Block a user