new: gpu package publish workflow

This commit is contained in:
George Panchuk
2024-05-01 22:37:59 +02:00
parent 6fa442b960
commit 5e679579eb

View File

@@ -13,7 +13,7 @@ on:
push:
# Pattern matched against refs/tags
tags:
- 'v*' # Push events to every version tag
- 'gpu-v*' # Push events to every version tag
jobs:
deploy: