Skip to content

Commit 0854eee

Browse files
committed
Travis CI: Skip deployment phase on PRs
1 parent 74ac72c commit 0854eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- SKIP=check-executables-have-shebangs
3131
- name: "Ubuntu / Python 3.7"
3232
stage: Deployment
33-
if: branch = master OR tag IS present
33+
if: type != pull_request AND (branch = master OR tag IS present)
3434
python: 3.7
3535
before_deploy:
3636
- touch html/.nojekyll

0 commit comments

Comments
 (0)