Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: added staging for main app (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeWibbels authored Sep 30, 2022
1 parent 135671b commit 260642e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
"branches": [
"main"
"main",
"staging"
],
"ci": false,
"plugins": [
Expand All @@ -21,4 +22,4 @@ module.exports = {
}],
"@semantic-release/github"
]
}
}

0 comments on commit 260642e

Please sign in to comment.