Update .github/workflows/release.yml
This commit is contained in:
parent
a37df07b77
commit
a8dfa3b88a
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user