main

Signed-off-by: chenw <29137819+qfwc258@users.noreply.github.com>
pull/616/head
chenw 2 months ago committed by GitHub
parent f799cc8533
commit 4a88a2d462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/gradle-publish.yml

@ -2,9 +2,9 @@ name: Build Fongmi/TV
on:
push:
branches: [ fongmi ]
branches: [ main ]
pull_request:
branches: [ fongmi ]
branches: [ main ]
workflow_dispatch: # 允许手动触发
schedule:
- cron: '0 0 * * 0' # 每周日自动编译

Loading…
Cancel
Save