forked from Telodendria/Telodendria
Apparently on: [tags] doesn't work.
This commit is contained in:
parent
505d01cea1
commit
66c237727b
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
name: Release Telodendria
|
name: Release Telodendria
|
||||||
run-name: Release Telodendria on ${{ forgejo.actor }}
|
run-name: Release Telodendria on ${{ forgejo.actor }}
|
||||||
|
|
||||||
on: [tag]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
"Release Telodendria":
|
"Release Telodendria":
|
||||||
|
|
Loading…
Reference in a new issue