Skip to content

Commit 5d0c223

Browse files
author
jordanbreen28
committed
(ITHELP-87329) - Update ci trigger to on PR
1 parent 7011f13 commit 5d0c223

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: mend
33
on:
44
schedule:
55
- cron: '0 0 * * *'
6-
pull_request_target:
7-
types:
8-
- opened
9-
- synchronize
6+
pull_request:
7+
branches:
8+
- "main"
109
workflow_dispatch:
1110

1211
jobs:

.github/workflows/vscode-ci.yml

Lines changed: 3 additions & 4 deletions
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
jobs:

0 commit comments

Comments
 (0)