Skip to content

Commit

Permalink
Limit which branches are built.
Browse files Browse the repository at this point in the history
  • Loading branch information
kward committed Oct 24, 2021
1 parent f81851e commit 06c828e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ matrix:
script:
# Run the source through ShellCheck (http://www.shellcheck.net).
#- shellcheck -s sh log4sh log4sh_*

branches:
only:
- master
# Tags, e.g. v2.1.8
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/

0 comments on commit 06c828e

Please sign in to comment.