Only run deployment on main repo

This commit is contained in:
Benji Grant 2023-06-20 19:03:52 +10:00
parent ab8bea81c7
commit 41015bd9b0
3 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ jobs:
build-and-push: build-and-push:
name: Deploy to Fly.io name: Deploy to Fly.io
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'GRA0007/crab.fit'
defaults: defaults:
run: run:

View file

@ -16,6 +16,7 @@ jobs:
deploy: deploy:
name: Deploy to Vercel name: Deploy to Vercel
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'GRA0007/crab.fit'
defaults: defaults:
run: run:

View file

@ -57,6 +57,7 @@
"select_all": "Select all", "select_all": "Select all",
"select_none": "Select none", "select_none": "Select none",
"select_invert": "Invert selection", "select_invert": "Invert selection",
"google_cal": "Sync with Google Calendar", "google_cal": "Sync with Google Calendar",
"outlook_cal": "Sync with Outlook Calendar", "outlook_cal": "Sync with Outlook Calendar",
"integration": { "integration": {