This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Minor edit to regex + retain `all_branches` (
#413
)
pull/418/head
MK
5 years ago
committed by
Guillaume Vincent
parent
b23dc901c8
commit
6c11897d22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -75,4 +75,4 @@ jobs:
on:
tags: true
all_branches: true
condition:
"
$TRAVIS_TAG =~ ^cli*
$"
condition: $TRAVIS_TAG =~ ^cli*
Write
Preview
Loading…
Cancel
Save