Skip to content

Commit b105355

Browse files
configured circleCI for restricted branches
1 parent 8e6800f commit b105355

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
jobs:
33
build:
4+
branches:
5+
only:
6+
- develop
7+
- /^greenkeeper/.*$/
48
working_directory: ~/SBAdBs4Ng2
59
docker:
610
- image: circleci/node:8-browsers

0 commit comments

Comments
 (0)