Skip to content

Commit d69022d

Browse files
committed
fix: removing manual trigger on docs wf
1 parent 2adaac6 commit d69022d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Docs
22

3-
on: workflow_dispatch
4-
# push:
5-
# branches:
6-
# - main
3+
on:
4+
push:
5+
branches:
6+
- main
77

88
jobs:
99
docs:

0 commit comments

Comments
 (0)