From c3d68f4ee3ccaf9b724b4ca53e72af6b392687d8 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sat, 8 Jun 2024 15:19:03 +0800 Subject: [PATCH] chore: set branch to 2.x --- .github/workflows/nodejs.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a59ba46..e0eaa23 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ 2.x ] pull_request: - branches: [ master ] + branches: [ 2.x ] jobs: Job: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2bf04a..5871bf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [ master ] + branches: [ 2.x ] jobs: release: