Skip to content

Commit

Permalink
SW-640 change octoprint to fetch github commits from alpha branch for…
Browse files Browse the repository at this point in the history
… develop and alpha tier (#3)
  • Loading branch information
Josef-MrBeam authored Mar 30, 2022
1 parent bce8948 commit ddc3912
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/sw-update-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
"octoprint": {
"type": "github_release",
"develop": {
"type": "github_commit",
"branch": "alpha",
"branch_default": "alpha"
},
"alpha": {
"branch": "alpha",
"branch_default": "alpha",
"type": "github_commit"
}
},
Expand Down

0 comments on commit ddc3912

Please sign in to comment.