mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-28 13:02:28 +02:00
Fix build-on-tag workflow
This commit is contained in:
parent
c1c7d9e559
commit
3c553e7590
5
.github/workflows/tag.yml
vendored
5
.github/workflows/tag.yml
vendored
@ -3,7 +3,10 @@ name: Build on push
|
|||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
on: tag
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user