From 17d43e6694576405c993e212bceecfc3c083e52a Mon Sep 17 00:00:00 2001 From: Seungbin Oh Date: Wed, 13 Mar 2024 14:08:03 +0900 Subject: [PATCH] chore: disable pr-preview on migration branch --- .github/workflows/pr-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 651e2ae..5a6a4ed 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -2,6 +2,7 @@ name: PR Preview on: pull_request: + branches: [main] types: - opened - reopened