Skip to content

Commit 4c19f20

Browse files
Merge pull request #890 from puppetlabs/IT-87329-run_ci_on_pr
(IT-87329) - Update workflows to run on pull_request
2 parents 7011f13 + 5d0c223 commit 4c19f20

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)