Skip to content

Commit 8c3b5aa

Browse files
committed
trigger docs build only for releases
1 parent a9d6764 commit 8c3b5aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name: Build Docs
33
on:
44
push:
5-
branches:
6-
- main
5+
# Sequence of patterns matched against refs/tags
6+
tags:
7+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
78
jobs:
89
docs:
910
name: Build & Push Docs

0 commit comments

Comments
 (0)