Skip to content

Commit 52bc123

Browse files
author
Vishnu Challa
committed
GH actions tests
Signed-off-by: Vishnu Challa <vchalla@vchalla-thinkpadp1gen2.rmtusnc.csb>
1 parent 452a22b commit 52bc123

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.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/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Execute tests
22
on:
33
workflow_call:
44
workflow_dispatch:
5+
pull_request_target:
6+
branches:
7+
- master
8+
- main
59
jobs:
610
tests:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)