From 3ae49f3b4d1a6978b637790a53cad1f1eb242e8e Mon Sep 17 00:00:00 2001 From: Bumblefudge Date: Mon, 27 May 2024 19:49:09 +0200 Subject: [PATCH] Update pages.yml - branch typo --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 96f87c47..53df00ae 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: