From b82cf024816dec76b5cd4f526889c27cdf195afa Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Sat, 9 Oct 2021 09:56:52 -0500 Subject: [PATCH] include main branch to help people using this yaml file as a starting point in a new GitHub repo --- .github/workflows/build-book.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-book.yaml b/.github/workflows/build-book.yaml index cb4190b0..561e125e 100644 --- a/.github/workflows/build-book.yaml +++ b/.github/workflows/build-book.yaml @@ -2,9 +2,11 @@ on: push: branches: - master + - main pull_request: branches: - master + - main schedule: # run every day at 11 PM - cron: '0 23 * * *'