Enlarge tag selection

This commit is contained in:
Antoine Martin 2024-09-12 09:24:14 -04:00
parent cfbe6c41da
commit 78995c3540
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,9 @@ on:
push:
tags:
- '*'
- '7.2*'
tags-ignore:
- '*-beta*'
jobs:
build-tarball:

View file

@ -12,7 +12,7 @@ jobs:
image: alpine:latest
env:
upstream: https://github.com/signalapp/Signal-Desktop
tags: 'v7.23*'
tags: '7*'
steps:
- name: Environment setup
run: apk add grep git sed coreutils bash nodejs