Skip to content

Commit 08c9485

Browse files
authored
Update integration-tests.yml
1 parent d56ed2e commit 08c9485

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: First Responder Kit Integration Tests
33
on:
44
push:
55
workflow_dispatch:
6+
pull_request:
7+
types: [opened, review_requested, synchronize]
68

79
jobs:
810
build:
@@ -49,4 +51,4 @@ jobs:
4951
shell: pwsh
5052
run: |
5153
cd tests
52-
./run-tests.ps1
54+
./run-tests.ps1

0 commit comments

Comments
 (0)