From 034d53a6e6de9dd2288e9fbfef378bda713a2fb5 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 21 Jul 2022 08:48:13 +0900 Subject: [PATCH] chore(ci): fix branch name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e3c91f1..9d6b1d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: ci on: push: - branches: [master] + branches: [main] pull_request: branches: ['*']