From 90aa6e843341c9c449c72b2c970893ce164e4275 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 8 Jan 2025 17:32:53 +0800 Subject: [PATCH] chore: run ci on 4.x --- .github/workflows/nodejs.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9ed9cf2..456e464 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,10 +1,10 @@ -name: CI +name: CI for 4.x on: push: - branches: [ master ] + branches: [ 4.x ] pull_request: - branches: [ master ] + branches: [ 4.x ] jobs: Job: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2bf04a..c8eba26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ -name: Release +name: Release for 4.x on: push: - branches: [ master ] + branches: [ 4.x ] jobs: release: