From a8be5ee90e9b100a30207d967a186c72baa08c65 Mon Sep 17 00:00:00 2001 From: Neil Munday Date: Sat, 23 Mar 2024 22:55:26 +0000 Subject: [PATCH] fix: Only generate new GH pages upon a new release --- .github/workflows/jekyll-gh-pages.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 9dc8fa1..a4c5ae0 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -1,11 +1,7 @@ # Sample workflow for building and deploying a Jekyll site to GitHub Pages name: Deploy Jekyll with GitHub Pages dependencies preinstalled -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - +on: workflow_run: workflows: ["Test and release"] types: