Update *.yaml

This commit is contained in:
2025-10-16 23:04:31 -07:00
parent 2c24d17eb1
commit 7101ddb38c
3 changed files with 19 additions and 11 deletions

View File

@@ -1,10 +1,12 @@
name: Release Workflow
on:
# The workflow only runs with push a Git tag
push:
tags:
- "v*.*.*" # v1.0.0, v2.5.3, v10.23.7
workflow_dispatch:
#on: # The workflow only runs with push a Git tag
# push:
# tags:
# - "v*.*.*" # v1.0.0, v2.5.3, v10.23.7
jobs:
# Defines a job named release