Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd0c84f

Browse files
committed
Run doc build on tag
1 parent d0aee4a commit bd0c84f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Build docs
22

33
on:
4+
45
pull_request:
56
branches:
67
- main
78
push:
89
branches:
910
- main
11+
tags:
12+
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
1013

1114
jobs:
1215
build-docs:

0 commit comments

Comments
 (0)