From a1864c9db6c85c40c7e98e59f944fa53c0b033f1 Mon Sep 17 00:00:00 2001 From: psibean Date: Tue, 6 Aug 2024 21:12:20 +0930 Subject: [PATCH] build: build and test against versioned branches --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 421453d..6013b3b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -5,9 +5,9 @@ name: Build and Test on: push: - branches: [ "main" ] + branches: [ "main", "v[0-9].x.x" ] pull_request: - branches: [ "main" ] + branches: [ "main", "v[0-9].x.x" ] permissions: checks: write