Skip to content

Commit

Permalink
ci: Build only master or version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
webarchitect609 committed Dec 25, 2020
1 parent 6e74831 commit 6fd52e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ os: linux
dist: bionic
language: php

branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

git:
depth: 10
quiet: true
Expand Down

0 comments on commit 6fd52e4

Please sign in to comment.