mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-27 09:50:23 +01:00
add tag trigger to Release
This commit is contained in:
parent
c1055408fb
commit
ca7c60f0e4
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -3,6 +3,9 @@ name: Release
|
||||
on:
|
||||
release:
|
||||
types: [created, published]
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
||||
jobs:
|
||||
pypi-publish:
|
||||
|
Loading…
x
Reference in New Issue
Block a user