Skip to content

Commit bed8188

Browse files
committed
[CHORES-#3] Github : Workflow to publish docs on main/dev branches.
1 parent 2970aa8 commit bed8188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Publish Documentation
33
# publish the documentation on every merge to main branch
44
on:
55
push:
6-
branches: [main]
6+
branches: [main, dev]
77
paths: [docs/mkdocs/**]
88

99
pull_request:
10-
branches: [main]
10+
branches: [main, dev]
1111
paths: [docs/mkdocs/**]
1212

1313
workflow_dispatch:

0 commit comments

Comments
 (0)