From fa574cfd0851091f94b8a71f5adabba41273332f Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 30 Jul 2020 10:05:27 -0700 Subject: [PATCH] Set non-master to point to latest. Signed-off-by: Dan Schaper --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7092049f..3d80ab6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ import: - source: pi-hole/.github:/build-configs/core.yml@main if: branch = master - - source: pi-hole/.github:/build-configs/core.yml@main + - source: pi-hole/.github:/build-configs/core.yml@latest if: branch != master