From 28fbee4b014137223b5679603f8af023b5754631 Mon Sep 17 00:00:00 2001 From: Adam Angle Date: Mon, 16 Sep 2024 22:11:50 -0700 Subject: [PATCH] main --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index a9b2788..b480fe8 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.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: