Skip to content

Commit a561d86

Browse files
authored
Fix deployment condition (#809)
1 parent cf5277d commit a561d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ deploy:
3838
fqdn: api-platform.com
3939
on:
4040
all_branches: true
41-
condition: $TRAVIS_BRANCH =~ "^master|2.4|2.3|2.2|2.1$"
41+
condition: $TRAVIS_BRANCH =~ ^(master|2.4|2.3|2.2|2.1)$

0 commit comments

Comments
 (0)