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 * * *"