From 28a402f0196073729aa58417c481876011b5b46b Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 8 Nov 2022 15:22:47 -0500 Subject: [PATCH] Update github actions events for v2-maint branch --- .github/workflows/cli.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index ef5195c241..3c244153c3 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -2,12 +2,12 @@ name: Run Tests on: push: branches: - - main + - v2-maint tags: - v2.* pull_request: branches: - - main + - v2-maint permissions: contents: read jobs: