From f9c64c34f205bc233075ef20ff76fa69d919b30b Mon Sep 17 00:00:00 2001 From: Ryu JuHeon Date: Wed, 18 Aug 2021 12:51:01 +0900 Subject: [PATCH] chore(mintchoco_test): edit branch --- .github/workflows/mintchoco_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mintchoco_test.yml b/.github/workflows/mintchoco_test.yml index 90fd726..4d0b7c8 100644 --- a/.github/workflows/mintchoco_test.yml +++ b/.github/workflows/mintchoco_test.yml @@ -2,9 +2,9 @@ name: Python package on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: