From edcdd1a0dced14bcc7e8dd254a51e481c01f4030 Mon Sep 17 00:00:00 2001 From: Chris Pardy Date: Thu, 24 Oct 2024 17:29:43 -0400 Subject: [PATCH] Create a v6 integration branch for back-porting features --- .github/workflows/deploy.yml | 2 +- .github/workflows/node.js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 646a2d96..f9197ca4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ name: Deploy Package on: push: - branches: [ master ] + branches: [ master, v6 ] jobs: build: diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1ad05a66..fd27ba26 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,7 +5,7 @@ name: Node.js CI on: pull_request: - branches: [ master, next-major ] + branches: [ master, v6 ] jobs: build: