From 4d2fc8061ffb096ba33bea555023131fbd69a847 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:42:54 -0400 Subject: [PATCH] update deployment to match branches Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f1acb5c91e..6a14c7be8e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -4,9 +4,9 @@ on: push: branches: - main - - maintenance - - next - v1-lts + - v2-lts + - release/3.* paths: - .github/release.config.js - .github/workflows/deployment.yml