mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-10 18:57:49 +08:00
feat: 复制自上游,Update app version 手动执行
This commit is contained in:
parent
58846d8caf
commit
78b5a08985
7
.github/workflows/renovate-app-version.yml
vendored
7
.github/workflows/renovate-app-version.yml
vendored
@ -1,8 +1,15 @@
|
||||
name: Update app version in Renovate Branches
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
branches: [ 'renovate/*' ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
manual-trigger:
|
||||
description: 'Manually trigger Renovate'
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
update-app-version:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user