Update .github/workflows/release.yml
This commit is contained in:
parent
c89690915a
commit
0c58aeb3be
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*' # Trigger on version tags like v1.0.0, v2.1.3, etc.
|
||||
paths:
|
||||
- 'version.txt'
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user