Skip to content

Commit 4a602d0

Browse files
authored
Trigger CI on PR
1 parent 47fcae4 commit 4a602d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: RxSwift
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
cocoa:
@@ -27,4 +27,4 @@ jobs:
2727
uses: docker://swift:5.3-xenial
2828
- uses: actions/checkout@v2
2929
- name: Run tests
30-
run: CI=1 ./scripts/all-tests.sh "Unix"
30+
run: CI=1 ./scripts/all-tests.sh "Unix"

0 commit comments

Comments
 (0)