Skip to content

Commit

Permalink
chore: no semantic-release on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Jan 17, 2019
1 parent 4904be4 commit 1dc9263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- julia --project=docs/ docs/make.jl
after_success: skip
- stage: Semantic Release
if: branch = master
if: branch = master AND type != pull_request
language: python
os: linux
python: 3.6
Expand Down

0 comments on commit 1dc9263

Please sign in to comment.