Skip to content

Commit 7d96940

Browse files
authored
Update publish.yml
1 parent 5f117cc commit 7d96940

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- backport-v0.*
78
workflow_dispatch: # manual trigger for testing
89

910
jobs:
@@ -99,4 +100,4 @@ jobs:
99100
with:
100101
branch: gh-pages
101102
folder: _site
102-
clean: false
103+
clean: false

0 commit comments

Comments
 (0)