Skip to content

Commit a64b718

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
Remove testing code
1 parent f2d921c commit a64b718

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
push:
1717
branches:
1818
- master
19-
- massi/publish
2019
# release branches have names like 0.8.x, 0.9.x, ...
2120
- '[0-9]+.[0-9]+.x'
2221
# At this day, GitHub doesn't support YAML anchors, d'oh!

docs/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from git import Repo
2323

2424

25-
DEV_BRANCHES = ["master", "massi/publish"]
25+
DEV_BRANCHES = ["master"]
2626

2727

2828
class TestScript(unittest.TestCase):

0 commit comments

Comments
 (0)