Skip to content

Commit ec42e92

Browse files
committed
Run integration tests on pull_request
1 parent a81f660 commit ec42e92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Integration Tests
22

33
on:
4-
pull_request_target:
4+
# TEMPORARY: Use pull_request to run integration tests in this PR. Revert to pull_request_target before merging.
5+
pull_request:
56
types: [opened, synchronize, reopened]
67
paths:
78
- 'src/**'

0 commit comments

Comments
 (0)