Skip to content

Commit

Permalink
fix: main -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jul 28, 2024
1 parent 1a730d2 commit 75eefda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy frontend to github pages
on:
push:
branches:
- main
- master
paths:
- "frontend/**"
- ".github/workflows/deploy-gh-pages.yaml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gyft-do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy GYFT Backend to DO
on:
push:
branches:
- "main"
- "master"
paths-ignore:
- "**.md"
- "LICENSE"
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
script: |
cd "${PROJECT_DIR}/"
sudo git fetch origin
sudo git reset --hard origin/main
sudo git reset --hard origin/master
pull:
name: Pull Image Stage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- opened
- synchronize
branches:
- main
- master
paths:
- "frontend/**"
- ".github/workflows/frontend-ci-test.yaml"
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Then follow the given steps to launch the frontend:
pnpm dev
```

This setup will launch the frontend. To start backend server also, please follow the instructions [here](https://github.com/metakgp/gyft/blob/main/README.md)
This setup will launch the frontend. To start backend server also, please follow the instructions [here](https://github.com/metakgp/gyft/blob/master/README.md)

0 comments on commit 75eefda

Please sign in to comment.