From 6b8da53f6347b2b28b188f4de31e5678d0ad8c3d Mon Sep 17 00:00:00 2001 From: c1ly <129437996+c1ly@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:05:29 -0700 Subject: [PATCH] Update deploy-pages.yml to only run on main --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index b7fae81..b700e92 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -3,7 +3,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: push: - branches: "*" + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: