Skip to content

Commit 60ece87

Browse files
authored
Run tests on prs to avoid broken builds (#619)
1 parent 82f1ba8 commit 60ece87

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/cli_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test CLI
22

33
on:
44
workflow_call:
5+
pull_request:
6+
branches:
7+
- main
58

69
permissions:
710
contents: read

.github/workflows/js_sdk_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
secrets:
66
E2B_API_KEY:
77
required: true
8+
pull_request:
9+
branches:
10+
- main
811

912
permissions:
1013
contents: read

.github/workflows/python_sdk_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
secrets:
66
E2B_API_KEY:
77
required: true
8+
pull_request:
9+
branches:
10+
- main
811

912
permissions:
1013
contents: read

0 commit comments

Comments
 (0)