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: