From 02afc316b17870060ee52f9f2b36c8d510055f2f Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Sun, 10 May 2020 10:46:04 -0700 Subject: [PATCH] chore: trigger actions on commits into v3 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60e6627de93..28993958cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # TODO - delete this before merging v3 into master + - v3 pull_request: branches: - '**'