From 10916720d302691caf1a4e787874f1d28d831270 Mon Sep 17 00:00:00 2001 From: "Guillermo M. Narvaja" Date: Tue, 5 Nov 2024 09:45:08 -0300 Subject: [PATCH] Change to reactivate tests --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0a62312..93cc140 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: ["main"] + branches: ["main", "v1.1.x"] pull_request: - branches: ["main"] + branches: ["main", "v1.1.x"] jobs: build: