Update .github/workflows/release.yml

This commit is contained in:
csmith1865 2025-12-05 02:45:39 +00:00
parent a37df07b77
commit a8dfa3b88a

View File

@ -2,10 +2,11 @@ name: Create Release
on:
push:
tags:
- 'v*' # Trigger on version tags like v1.0.0, v2.1.3, etc.
branches:
- '*'
paths:
- 'version.txt'
workflow_dispatch:
jobs:
build-and-release: