Skip to content

Commit f238a7a

Browse files
Only run build-docs on mater/tag creation
1 parent fd5cb66 commit f238a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
types: [created]
55
push:
66
branches:
7+
- master
8+
tags:
79
- '**'
810
jobs:
911
build:

0 commit comments

Comments
 (0)