From cb1c3aebb08b1562d69dcb9194995ec8dddf9373 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sat, 11 Nov 2023 16:45:54 +0900 Subject: [PATCH] Reflect the move 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 b80ebc5..f3b9752 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