Skip to content

Commit b61328c

Browse files
committed
chore: Update Doc Detective workflow to include push events on main branch
1 parent 237d0d8 commit b61328c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/doc-detective.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: doc-detective
1+
name: Doc Detective
22
on:
33
pull_request:
44
branches:
55
- main
6+
push:
7+
branches:
8+
- main
69

710
jobs:
811
runTests:

0 commit comments

Comments
 (0)