From 5759cac12d42e92d7f07aa54d4bf376f2e63995b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 6 Dec 2019 13:52:30 -0500 Subject: [PATCH] build for all branches --- .drone.yml | 4 ---- README.md | 5 ++++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f62f38f..9debcdf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,6 @@ kind: pipeline name: run -trigger: - branch: - - master - steps: - name: run image: mcr.microsoft.com/dotnet/core/sdk:latest diff --git a/README.md b/README.md index 17f4181..0e6fdc8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# aoc2019 +# [aoc2019](https://tildegit.org/ben/aoc2019) + +[![Build Status](https://drone.tildegit.org/api/badges/ben/aoc2019/status.svg)](https://drone.tildegit.org/ben/aoc2019) some advent of code solutions for 2019 starting out with c#, we'll see how it goes this year using .net core 3.0, run all solutions with `dotnet run` +