From 33d02cedd7da065a6c6f953c31fed867928b0444 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 27 Oct 2022 13:03:17 -0700 Subject: [PATCH] Run CI when pushing to release branches (e.g. 'v0.62.x') --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 967d9fa339..4eb4acc59f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - "v*" tags: - "v*" pull_request: