From cddccd3df53fefd462b5eb9aba8d01ecc9efc4b2 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 21 Apr 2022 18:22:34 -0400 Subject: [PATCH] Merge latest origin/main + target this branch in CI --- .github/workflows/cli.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 858c251..17d90ea 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -3,12 +3,12 @@ name: Run Tests on: push: branches: - - master + - v3-dev-main tags: - - v2.* + - v3.* pull_request: branches: - - master + - v3-dev-main jobs: test: