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: