Skip to content

Commit cc46c34

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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)