diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a3a04cb..0d48050 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ master, 1.x ] pull_request: - branches: [ master ] + branches: [ master, 1.x ] jobs: Job: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c6cbb1..c10d5e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: - branches: [ master ] + branches: [ master, 1.x ] jobs: release: