From a2dfc9fa306222125a01b01e982d3ba9a3daf623 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Tue, 24 Sep 2024 15:37:43 -0500 Subject: [PATCH] DEBUG: RUN ON PUSH --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5a8bce7..61b5bfd 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,8 +2,8 @@ name: Deploy GitHub Pages on: push: - branches: ["main"] - tags: [v*] + # branches: ["main"] + # tags: [v*] workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages