Skip to content

Commit

Permalink
chore: Don't build pushes to branches, only to tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed May 5, 2020
1 parent 48bd200 commit fd2bb77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ notifications:
template:
- "%{result} %{repository_name} %{build_url}"
- "#%{build_number} changes: %{compare_url}"

# Only build pull requests and releases, don't build master on pushes,
# except through api or cron.
if: type IN (pull_request, api, cron) OR tag IS present

0 comments on commit fd2bb77

Please sign in to comment.