Skip to content

Commit 0d92e3a

Browse files
committed
Wrap branches in quotes
1 parent 8f2ee1e commit 0d92e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
build:
55
branches:
66
only:
7-
- master
8-
- build-v2
7+
- "master"
8+
- "build-v2"
99
docker:
1010
- image: circleci/php:7.2
1111
steps:

0 commit comments

Comments
 (0)