fix: Re-enable CI checks on release branches (#27390)

(cherry picked from commit a54a24e3b5)
This commit is contained in:
Michael S. Molina
2024-03-06 12:23:07 -05:00
committed by Michael S. Molina
parent db6df71fad
commit 0baa2af200
20 changed files with 60 additions and 41 deletions

View File

@@ -3,7 +3,8 @@ name: Embedded SDK Release
on:
push:
branches:
- 'master'
- "master"
- "[0-9].[0-9]"
jobs:
config:
@@ -31,7 +32,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "16"
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run ci:release
env: