From aa12f5c1aee1ab12875a4c89ba02a38d0d0e8492 Mon Sep 17 00:00:00 2001 From: Edgar Ruiz Date: Wed, 30 Oct 2024 14:45:47 -0500 Subject: [PATCH] Disables preview built on all pushes --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 345312f2..4b36f657 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,8 @@ name: Preview on: - push: - pull_request: - types: [opened, synchronize] - + push: main + pull_request: main + env: # Version of pandoc to be used for rendering blog posts AI_BLOG_PANDOC_VERSION: '2.14'