From 2b517ac281ceae64f35ee61f691768d5d9b38d77 Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 23 Jan 2024 13:05:27 +1100 Subject: [PATCH] FIX: main branch for lecture-stats.notebooks --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 691dc1b..9d720c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -110,4 +110,4 @@ jobs: git config user.email "admin@quantecon.org" git add *.ipynb git commit -m "auto publishing updates to notebooks" - git push origin master + git push origin main