From 2a9571964cde22bb44abdee4500b91b8ac910718 Mon Sep 17 00:00:00 2001 From: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:48:34 -0500 Subject: [PATCH] Make main produce preview sites Signed-off-by: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com> --- .github/workflows/preview-docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 93d15b934..c379b0f12 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -1,6 +1,9 @@ name: preview-docs on: + push: + branches: + - main pull_request: branches: - main