Better rx for tagged version detection on Travis

This commit is contained in:
Max Howell
2019-07-21 16:08:31 -04:00
parent 62073d584b
commit 45b0b59a94

View File

@@ -1,5 +1,5 @@
# only run for: merge commits, releases and pull-requests
if: type != push OR branch = master OR branch =~ /^\d+\.\d+(\.\d+)?(-\S*)?$/
if: type != push OR branch = master OR branch =~ /^\d+\.\d+\.\d+(-.*)?$/
stages:
- name: pretest