From 0cde03507b3b40cbfb41e2e55c04a6a7aeb9c653 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Sun, 24 Jul 2022 12:36:52 -0700 Subject: [PATCH] update github actions to reflect default branch name fix (#69) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9001ade..4ddce88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: - cron: "0 0 * * *"