Skip to content

Commit a86b08d

Browse files
authored
test(docs): run docs CI workflow on main branch push, or manual
1 parent 98ed88f commit a86b08d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Documentation
22

33
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- '**'
48
pull_request:
59
branches:
610
- '**'

0 commit comments

Comments
 (0)