From 54d4b5c3643d0feb10c702d2fa3965e451a086a1 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:22:05 +0100 Subject: [PATCH] Update test_and_deploy.yml add v0.9.0 branch to tested branches --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2d14bc5..b1a7101 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -13,6 +13,7 @@ on: - "*" # Push events with any tag pull_request: branches: + - v0.9.0 - master - main workflow_dispatch: