Skip to content

Commit 6708802

Browse files
authored
Apply suggestions from code review
1 parent 997f373 commit 6708802

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release-napi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
- main
1010
paths:
1111
- npm/package.json # Please only commit this file, so we don't need to wait for test CI to pass.
12-
pull_request:
13-
branches:
14-
- main
1512

1613
env:
1714
DEBUG: napi:*
@@ -45,7 +42,7 @@ jobs:
4542

4643
build:
4744
needs: check
48-
# if: needs.check.outputs.version_changed == 'true'
45+
if: needs.check.outputs.version_changed == 'true'
4946
strategy:
5047
fail-fast: false
5148
matrix:

0 commit comments

Comments
 (0)