From ad53b82d1f1839475320de54e51a7e12080ad258 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Thu, 3 Mar 2022 16:42:25 -0600 Subject: [PATCH] Change the branch tracked by the github-pages action from master to main --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e4b0a2c8..a8e2437f 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -3,7 +3,7 @@ name: Build and deploy Jekyll site to GitHub Pages on: push: branches: - - master + - main jobs: github-pages: