From 863be95edb3a07cbb7f3af47d6407637616e3016 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Fri, 24 Jul 2020 17:52:41 -0400 Subject: [PATCH] Run CI on bors branches --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e0ccfb0b45..fc4d7f271ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ on: push: branches: - master + - auto + - try pull_request: branches: - "**"