diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd2095a1..7d28cb52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ -name: Build +name: Build RustFS And GUI on: workflow_dispatch: schedule: - - cron: "0 0 * * 0" # 每周日午夜执行 + - cron: "0 0 * * 0" # at midnight of each sunday push: branches: - main