Skip to content

Commit 69ab329

Browse files
malikparvezOxCom
authored andcommitted
Fix mend to run on cron
1 parent b3f3cd7 commit 69ab329

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/mend.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: "mend"
22

33
on:
4-
pull_request:
5-
branches:
6-
- "main"
4+
pull_request_target:
5+
types:
6+
- opened
7+
- synchronize
78
schedule:
89
- cron: "0 0 * * *"
910
workflow_dispatch:

0 commit comments

Comments
 (0)