fix: remove scheduled trigger from build workflow (#16)

This commit is contained in:
samanhappy
2025-04-18 15:00:26 +08:00
committed by GitHub
parent 66d592da1c
commit 7feb5b2bcb

View File

@@ -3,8 +3,6 @@ name: Build
on:
push:
tags: ['v*.*.*']
schedule:
- cron: '0 23 * * *'
workflow_dispatch:
jobs: