about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-12-06 13:52:30 -0500
committerBen Harris <ben@tilde.team>2019-12-06 13:52:30 -0500
commit5759cac12d42e92d7f07aa54d4bf376f2e63995b (patch)
tree6ef3bb7432b7858dc5fc0ee475b276ca9cc6914b
parentd5f9ca0bbcd0d46fdd6a6d9c597f0354d170fea9 (diff)
build for all branches
-rw-r--r--.drone.yml4
-rw-r--r--README.md5
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`
+