From 1cfb4b465a72c8f922abf7aebda8db5a6101933c Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sat, 11 Nov 2023 16:10:16 +0900 Subject: [PATCH] Reflect the change from master to main --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cfdf43..b8d70fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,9 @@ name: Build on: pull_request: - branches: - - master + branches: [main] push: - branches: - - master + branches: [main] jobs: build: name: Lint and tests