From b9071f06d0e23a45fcc5a76e8dac99041a05a3a9 Mon Sep 17 00:00:00 2001 From: Keiichiro Amemiya Date: Wed, 15 Nov 2023 15:48:33 +0100 Subject: [PATCH] chore: change master to main --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f201432..ff65b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: build: