From 2a7aef9bd7cb4bf6c40696ce60e7fa11aef2ba97 Mon Sep 17 00:00:00 2001 From: TaeyeonRoyce Date: Tue, 23 Jan 2024 20:06:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20trigger=20=EB=B2=94=EC=9C=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle-CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle-CI.yml b/.github/workflows/gradle-CI.yml index 91f79e0f..70cea547 100644 --- a/.github/workflows/gradle-CI.yml +++ b/.github/workflows/gradle-CI.yml @@ -1,6 +1,7 @@ name: CI With Pull Request on: + push: pull_request: types: [opened, reopened]