ci: Publish only on tag

This commit is contained in:
Elian Doran 2024-09-11 23:39:55 +03:00
parent 10e073c658
commit 70a63d11f6
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
name: Release
on:
push:
tags: v*
jobs:
publish-github-registry:
runs-on: ubuntu-latest