From a6459244eef15885bb6f21ffd3731fc025e650d0 Mon Sep 17 00:00:00 2001 From: Girish21 Date: Sat, 10 Dec 2022 15:40:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20ignore=20deployment=20on=20templ?= =?UTF-8?q?ate=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e65eda2..c212d9f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,11 +2,11 @@ name: 🕊 Deploy on: push: branches: - - master + - main jobs: deploy: - if: github.repository == 'Girish21/remix-cloudflare-workers-template' + if: github.repository != 'Girish21/remix-cloudflare-workers-template' runs-on: ubuntu-latest name: 🕊 Deploy steps: