Skip to content

Commit

Permalink
Fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Dec 12, 2024
1 parent d0246df commit e9e5244
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: DeployBackendDev

on:
push:
branches:
- "master"

jobs:
deploy-backend-dev:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
workflows: ["DeployBackendDev"]
types:
- completed
branches:
- "master"

jobs:
deploy-frontend-dev:
Expand Down
2 changes: 1 addition & 1 deletion jobs/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Career struct {
ButtonName string `json:"button_name"`
Qualification string `json:"qualification"`
EmploymentType string `json:"employment_type"`
BaseSalary int `json:"base_salary"`
BaseSalary string `json:"base_salary"`
Experience string `json:"experience"`
IsActive bool `json:"is_active"`
Skills null.String `json:"skills"`
Expand Down

0 comments on commit e9e5244

Please sign in to comment.