From 71f751e2e5b7c4628f5ed21e2f394db38506cc74 Mon Sep 17 00:00:00 2001 From: kang Date: Mon, 23 Oct 2023 03:24:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20ci=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8545a12..3ca0a78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI Tests on: push: branches: - - develop + - main pull_request: branches: - - develop + - main jobs: test: timeout-minutes: 60