Skip to content

Commit ecf153f

Browse files
committed
fix: publish npm ci
1 parent 14dc98e commit ecf153f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
23
env:
34
DEBUG: napi:*
45
APP_NAME: magic-string
@@ -19,6 +20,8 @@ permissions:
1920
- .editorconfig
2021
- docs/**
2122
pull_request: null
23+
workflow_call:
24+
2225
jobs:
2326
build:
2427
strategy:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
on:
99
push:
1010
branches:
11-
- main
11+
- **
1212

1313
concurrency: ${{ github.workflow }}-${{ github.ref }}
1414

0 commit comments

Comments
 (0)