Skip to content

Commit 8f75fbf

Browse files
author
Vishnu Challa
committed
CI tests on pull request
Signed-off-by: Vishnu Challa <vchalla@vchalla-thinkpadp1gen2.rmtusnc.csb>
1 parent 2c9f287 commit 8f75fbf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/builders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Builders
22
on:
33
workflow_call:
44
workflow_dispatch:
5-
pull_request:
5+
pull_request_target:
66
branches:
77
- master
88
- main

.github/workflows/ci-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77
- main
8+
pull_request_target:
9+
branches:
10+
- master
11+
- main
812

913
jobs:
1014
lint:

.github/workflows/pylint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pylint
22
on:
33
workflow_call:
44
workflow_dispatch:
5-
pull_request:
5+
pull_request_target:
66
branches:
77
- master
88
- main

0 commit comments

Comments
 (0)