From e8ed712bcc9622a8bfbbf34716323431464d7959 Mon Sep 17 00:00:00 2001 From: Chuanqi Sun Date: Sun, 11 Apr 2021 13:32:37 -0700 Subject: [PATCH] fix main branch name --- .github/workflows/daily-update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-update.yaml b/.github/workflows/daily-update.yaml index 8d75f87..4c2b45a 100644 --- a/.github/workflows/daily-update.yaml +++ b/.github/workflows/daily-update.yaml @@ -1,9 +1,9 @@ -name: Build site on scheulde or master update +name: Build site on scheulde or main branch update on: push: branches: - - master + - main schedule: # just after Mid-night - cron: "5 8 * * *"