Skip to content

Commit c40c446

Browse files
committed
Edit github action
1 parent 45a2ad9 commit c40c446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
# trigger deployment on every push to main branch
55
push:
6-
branches: [development]
6+
branches: [develop]
77
# trigger deployment manually
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)