Skip to content

Commit 3f97165

Browse files
committed
(ITHELP-87329) - Update ci trigger to on PR
1 parent b6cd782 commit 3f97165

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
push:
55
branches:
66
- "main"
7-
pull_request_target:
8-
types:
9-
- opened
10-
- synchronize
7+
pull_request:
8+
branches:
9+
- "main"
1110
workflow_dispatch:
1211

1312
env:

.github/workflows/mend.yml

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

33
on:
4-
pull_request_target:
5-
types:
6-
- opened
7-
- synchronize
4+
pull_request:
5+
branches:
6+
- "main"
87
schedule:
98
- cron: "0 0 * * *"
109
workflow_dispatch:

0 commit comments

Comments
 (0)