Skip to content

Commit

Permalink
fix: fixed travis-ci regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Oct 19, 2019
1 parent b213f9f commit 10cba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deploy:
repo: evilsocket/pwnagotchi
branches:
only:
- "/^v[0-9]+\\.[0-9]+\\.[0-9]+[A-Za-z0-9]+?$/"
- "/^v[0-9]+\\.[0-9]+\\.[0-9]+[A-Za-z0-9]*$/"
cache:
apt: true
before_script:
Expand Down

0 comments on commit 10cba68

Please sign in to comment.