Skip to content

Commit 9f08d3a

Browse files
committed
Fix deployment branch regex
1 parent 78591a0 commit 9f08d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ deploy:
88
api_key:
99
secure: nvZ/z+pMS91b3kG4DgfES5AcmwwGoBYQxr9kp4XiJHj25SAlgdIxFx++1N0lFH2x
1010
on:
11-
branch: ^(master|dev)$
11+
branch: /^(master|dev)$/
1212

0 commit comments

Comments
 (0)