Skip to content

Commit 77386e4

Browse files
authored
Merge pull request #6 from ngs/deploy-circle-yml
Update deploy branch
2 parents fdc3389 + fc52901 commit 77386e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test:
2020
- mkdir -p $CIRCLE_TEST_REPORTS/nyc && cp test-results.xml $CIRCLE_TEST_REPORTS/nyc
2121
deployment:
2222
production:
23-
branch: ['master', 'fix-prism']
23+
branch: /master|deploy-.+/
2424
commands:
2525
- npm run build:demo
2626
- npm run deploy:demo

0 commit comments

Comments
 (0)