Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 committed Jun 26, 2019
1 parent 6a5588a commit e2c3e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
branches:
only:
- master
- ^v?[0-9]+.[0-9]+.[0-9]+$
- /v?[0-9]+\.[0-9]+\.[0-9]+(.*)?/

script:
- python main.py # nothing
Expand All @@ -36,5 +36,5 @@ deploy:
skip_cleanup: true
name: $TRAVIS_TAG
on:
tags: true
branch: master
condition: "$TRAVIS_TAG =~ ^v?[0-9]+.[0-9]+.[0-9]+$"

0 comments on commit e2c3e27

Please sign in to comment.