Skip to content

Commit fa88521

Browse files
Stop docs CI from running multiple times
1 parent 5881882 commit fa88521

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Docs CI
22

33
on:
44
push:
5+
branches:
6+
# Add more branches here to publish docs from other branches
7+
- master
8+
- main
9+
tags:
10+
- "*"
511
pull_request:
612

713
jobs:

0 commit comments

Comments
 (0)