Skip to content

Commit

Permalink
Ignore release branches that exist only for gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Sep 17, 2019
1 parent c0ec2ca commit 7e31a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '{build}'
branches:
only:
- master
- /^v[0-9.]+/
- /^v[0-9.]+\.[0-9.]+/

cache:
- '%USERPROFILE%\.cargo'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script:
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
- /^v\d+\.\d+$/

notifications:
slack:
Expand Down

0 comments on commit 7e31a67

Please sign in to comment.