Skip to content

Commit 29ed35a

Browse files
committed
ci: modified to trigger docs when the branch is main or dev
1 parent 9a2df31 commit 29ed35a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
paths:
66
- 'docs/**'
77
branches:
8-
# - main
8+
- main
9+
- dev
910

1011
jobs:
1112
docs:

0 commit comments

Comments
 (0)