From 563a4d545bda37e6b14a9345e4d49c99c27cf9a5 Mon Sep 17 00:00:00 2001 From: Taesung Hwang Date: Sun, 17 Nov 2024 14:40:09 -0800 Subject: [PATCH] Fix branch name in deployment workflow - `$default-branch` is for workflow templates, not actual workflows --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e88e81..64e1bcd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy site to GitHub Pages on: push: - branches: [$default-branch] + branches: [main] # Include permissions for GITHUB_TOKEN to deploy to GitHub Pages permissions: