From e11cd417b9a0ba892bf6160e5f3f31ad26637bd1 Mon Sep 17 00:00:00 2001 From: Toshiyuki Takahashi Date: Sun, 3 Dec 2023 16:51:12 +0900 Subject: [PATCH] Updated the name of default branch --- .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 bb2af4d..15bd12f 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] schedule: - cron: "0 0 * * 0"