Skip to content

Commit b31f1e1

Browse files
committed
Run docs workflow on commits to dev
1 parent ab07614 commit b31f1e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: 📚 Docs
22

33
on:
4+
push:
5+
branches:
6+
# Enable main after the next release beyond `7.7.0`
7+
# - main
8+
- dev
49
workflow_dispatch:
510
inputs:
611
branch:
7-
description: "Branch to generate docs for"
12+
description: "Branch to generate docs for (usually dev)"
813
required: true
914
api:
1015
description: "API Names to generate docs for"

0 commit comments

Comments
 (0)