Just sync tags starting with v3*
This commit is contained in:
parent
6451737621
commit
aef2d2dc2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue