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 }}