From 53882ffe9e36b2f850772ed0046c965b85373a2a Mon Sep 17 00:00:00 2001 From: "D. Quan" <60545346+sudoker0@users.noreply.github.com> Date: Sun, 22 Mar 2026 17:10:44 +0700 Subject: [PATCH] Added manual dispatch --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50ecc14..8e3d49e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ on: branches: ["main", "ci-cd"] schedule: - cron: "19 2 * * 1" + workflow_dispatch: env: BUILD_DIR: build @@ -110,4 +111,4 @@ jobs: name: macos-build path: ${{ env.BUILD_DIR }}/${{ env.PLATFORM }}/${{ env.ARCH }}/${{ env.BUILD_TYPE }}/ if-no-files-found: error - retention-days: ${{ env.RETENTION_DAYS }} \ No newline at end of file + retention-days: ${{ env.RETENTION_DAYS }}