Skip to content

Commit cc46c34

Browse files
committed
docs: push on tag
1 parent bfe444a commit cc46c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
name: DocumentationHTML
177177
path: docs/build
178178
- name: Push changes
179-
if: github.ref == 'refs/heads/master'
179+
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags')
180180
uses: casperdcl/push-dir@v1
181181
with:
182182
message: Update documentation

0 commit comments

Comments
 (0)