From f8f3802646d6640ac3c434f47291769fc0004ebf Mon Sep 17 00:00:00 2001 From: gurdl7011 Date: Thu, 9 Nov 2023 23:40:29 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20jobs=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 -- .github/workflows/ci.yml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f16a11a..13344b7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,8 +1,6 @@ name: CD on: - pull_request: - branches: [ "main" ] push: branches: [ "main" ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adece03..72fde04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: CI on: - pull_request: - branches: - - main push: branches: - main