Skip to content

Commit a123935

Browse files
committed
Configure CI to build in master branch only
1 parent 810f552 commit a123935

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 2
22
jobs:
33
build:
4+
branches:
5+
only:
6+
- master
47
docker:
58
- image: microsoft/dotnet:2.2-sdk
69
steps:
@@ -16,4 +19,4 @@ jobs:
1619
command: dotnet cake build.cake --task="Build project"
1720
- run:
1821
name: Test
19-
command: dotnet cake build.cake --task="Run Test"
22+
command: dotnet cake build.cake --task="Run Test"

0 commit comments

Comments
 (0)