Remove tag push trigger from release workflow and enable manual dispatch

This commit is contained in:
Cédric Verstraeten
2025-12-09 16:59:53 +01:00
parent a08a9a5061
commit 23ec876e9f

View File

@@ -1,10 +1,8 @@
name: Create a new release
on:
push:
tags:
- 'hub-*'
workflow_dispatch:
jobs
jobs:
release:
permissions:
contents: write