From c2af6e89732c1918711e72b34154afe34b5f21c8 Mon Sep 17 00:00:00 2001 From: Shane Curcuru Date: Tue, 23 May 2023 11:22:41 -0400 Subject: [PATCH] Comment out, since it doesn't work either --- .github/workflows/jekyll-build-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-build-pages.yml b/.github/workflows/jekyll-build-pages.yml index 94feabd..b7efa59 100644 --- a/.github/workflows/jekyll-build-pages.yml +++ b/.github/workflows/jekyll-build-pages.yml @@ -2,7 +2,7 @@ name: Build And Deploy Jekyll to Pages on: push: - branches: ["main"] + branches: ["test"] # Comment out permissions: contents: read pages: write