Skip to content

Commit 15a569b

Browse files
Massimiliano Pippimasci
Massimiliano Pippi
authored andcommitted
test commit
1 parent e2f11e2 commit 15a569b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
push:
1515
branches:
1616
- master
17+
- massi/publish
1718
# release branches have names like 0.8.x, 0.9.x, ...
1819
- '[0-9]+.[0-9]+.x'
1920
# 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
@@ -21,7 +21,7 @@
2121
from git import Repo
2222

2323

24-
DEV_BRANCHES = ["master"]
24+
DEV_BRANCHES = ["master", "massi/publish"]
2525

2626

2727
class TestScript(unittest.TestCase):

0 commit comments

Comments
 (0)