Skip to content

Commit

Permalink
Merge pull request #59 from milancommunity/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
tamalCodes authored Feb 3, 2024
2 parents 15d327f + 451c240 commit 9f1f1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- beta

jobs:
Deploy-to-Production:
Expand Down
4 changes: 2 additions & 2 deletions schema/club/ClubSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const ClubsSchema = mongoose.Schema({
required: true,
},
website: {
type: String,
type: String,
},
iframe: {
type: String,
type: String,
},
});

Expand Down

0 comments on commit 9f1f1fb

Please sign in to comment.