Skip to content

Commit 417cbda

Browse files
committed
Limit test-pr to pull requests
1 parent 3ec15b3 commit 417cbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- if [ $(make n-docs-diff) -ne 0 ]; then make tx-en; fi;
2525

2626
stages:
27-
- test-pr
27+
- name: test-pr
28+
if: type = pull_request
2829
- name: push-tx
2930
if: type = push AND branch = master
3031

0 commit comments

Comments
 (0)