Skip to content

Commit 6887c51

Browse files
Only trigger tests on PR (#15)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 182b3b5 commit 6887c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Run tests
22
on:
3-
push:
3+
pull_request:
44
branches: ["**"]
55
pull_request:
66
branches: ["**"]

0 commit comments

Comments
 (0)