From 7172f9d6feb9e993f5ebe34a021de88786d79b6e Mon Sep 17 00:00:00 2001 From: Ahn-seokjoo Date: Mon, 21 Oct 2024 00:25:44 +0900 Subject: [PATCH] =?UTF-8?q?test=EB=A1=9C=20=EC=8B=9C=EC=9E=91=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EB=84=A4=EC=9D=B4=EB=B0=8D=EC=9D=80=20ci=20pass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 ++ .github/workflows/common-setup.yaml | 3 +++ .github/workflows/lint_check.yaml | 3 +++ 3 files changed, 8 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index dfbe63b8..9412ae10 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,6 +4,8 @@ on: workflow_dispatch: pull_request: branches: [ "feature**", "hotfix**", "release**", "develop**", "master" ] + branches-ignore: + - 'test**' paths-ignore: - 'README.md' - '.all-contributorsrc' diff --git a/.github/workflows/common-setup.yaml b/.github/workflows/common-setup.yaml index 5cc1e328..a19b40ed 100644 --- a/.github/workflows/common-setup.yaml +++ b/.github/workflows/common-setup.yaml @@ -1,6 +1,9 @@ name: Common Setup on: + pull_request: + branches-ignore: + - 'test**' push: paths-ignore: - 'README.md' diff --git a/.github/workflows/lint_check.yaml b/.github/workflows/lint_check.yaml index 2de0149e..39fb3831 100644 --- a/.github/workflows/lint_check.yaml +++ b/.github/workflows/lint_check.yaml @@ -1,6 +1,9 @@ name: Lint Check on: + pull_request: + branches-ignore: + - 'test**' push: paths-ignore: - 'README.md'