Only run deployment on main repo
This commit is contained in:
parent
ab8bea81c7
commit
41015bd9b0
1
.github/workflows/deploy_api.yml
vendored
1
.github/workflows/deploy_api.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
build-and-push:
|
||||
name: Deploy to Fly.io
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'GRA0007/crab.fit'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
1
.github/workflows/deploy_frontend.yml
vendored
1
.github/workflows/deploy_frontend.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy to Vercel
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'GRA0007/crab.fit'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
"select_all": "Select all",
|
||||
"select_none": "Select none",
|
||||
"select_invert": "Invert selection",
|
||||
|
||||
"google_cal": "Sync with Google Calendar",
|
||||
"outlook_cal": "Sync with Outlook Calendar",
|
||||
"integration": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue