Skip to content

Commit 3074197

Browse files
committed
chore: adjust for new OctoPrint branching strategy
1 parent e26dee0 commit 3074197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
octoprint: ["master", "maintenance"]
65+
octoprint: ["main", "dev"]
6666
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
6767
exclude:
68-
- octoprint: "maintenance"
68+
- octoprint: "dev"
6969
python: "3.7"
70-
- octoprint: "maintenance"
70+
- octoprint: "dev"
7171
python: "3.8"
7272
steps:
7373
- name: ⬇ Download build result

0 commit comments

Comments
 (0)