From 36c63ab41bfc849dee389f4dead7a5d8156c2f97 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Tue, 5 May 2020 12:18:34 -0400 Subject: [PATCH] auto-build master-tools branch (#842) `master-tools` branch is the same as `master` branch, except that it uses `latest` from the tools repo. This allows us to quickly track if master is compiling correct. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6225e86..dbffc87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ name: OpenMapTiles CI on: push: - branches: [ master ] + branches: [ master, master-tools ] pull_request: jobs: