From 77e059ae98915589f96398e53667b8b3a6e38b01 Mon Sep 17 00:00:00 2001 From: Andy Gardner Date: Thu, 22 Jan 2015 11:33:10 +0200 Subject: [PATCH] Exclude Pull Requests from the branches. Currently they are included because the AngularJS "filter" filter defaults to a substring match rather than a strict equality comparison, so filtering by '' includes everything. https://docs.angularjs.org/api/ng/filter/filter --- server/app/views/repo.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/app/views/repo.html b/server/app/views/repo.html index bb121dc6..f64b9dcd 100644 --- a/server/app/views/repo.html +++ b/server/app/views/repo.html @@ -34,8 +34,7 @@

Add a .drone.yml file and make a commit to trigger a build

- -
+

{{group.branch}}