From c61e124d8ff90d0309bf517c47e591b2a19c3f52 Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Sun, 28 Jul 2024 09:13:01 -0700 Subject: [PATCH] chroe: workflow dispatch for dev build --- .github/workflows/pre_release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pre_release.yaml b/.github/workflows/pre_release.yaml index 41cc3948..174b7b4e 100644 --- a/.github/workflows/pre_release.yaml +++ b/.github/workflows/pre_release.yaml @@ -4,8 +4,7 @@ on: schedule: # weekly at 0300 PST/1000 UTC on Sunday - cron: '0 10 * * 0' - # commented out till 3.13 - # workflow_dispatch: + workflow_dispatch: {} jobs: build_posix: