From e2105e3ef0b2f102c7d75c99555e2fa10ae44b43 Mon Sep 17 00:00:00 2001 From: Brandon Wilson Date: Thu, 5 Sep 2024 12:22:19 -0500 Subject: [PATCH] chore(astro): test --- packages/codius-astro/src/lib/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codius-astro/src/lib/github.ts b/packages/codius-astro/src/lib/github.ts index e319eef..289a79d 100644 --- a/packages/codius-astro/src/lib/github.ts +++ b/packages/codius-astro/src/lib/github.ts @@ -60,7 +60,7 @@ export const triggerWorkflow = async ( workflow_id: "deploy-worker.yml", owner: "codius", repo: "codius-astro", - ref: "main", + ref: "preview", inputs: { appId, repo: `${owner}/${repo}`,