Skip to content

Commit

Permalink
🛠 ignore deployment on template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish21 committed Dec 10, 2022
1 parent f4e4378 commit a645924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a645924

Please sign in to comment.