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
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
upstream: https://github.com/electron/electron
|
upstream: https://github.com/electron/electron
|
||||||
tags: 'v*'
|
tags: 'v3*'
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add grep git sed coreutils bash nodejs
|
run: apk add grep git sed coreutils bash nodejs
|
||||||
|
|
Loading…
Reference in a new issue