Skip to content

Commit b6ed7fc

Browse files
committed
Run emulator tests on pull_request
1 parent ec42e92 commit b6ed7fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/emulator-tests.yml

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

33
on:
4-
pull_request_target:
4+
# TEMPORARY: Use pull_request to run emulator 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)