Just sync tags starting with v3*

This commit is contained in:
Antoine Martin 2024-10-10 14:17:59 -04:00
parent 6451737621
commit aef2d2dc2a
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

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