Skip to content

Commit fc9904c

Browse files
committed
fix: try to fix CD workflow triggering
1 parent 1616ee1 commit fc9904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [closed]
88

99
jobs:
10-
if: ${{ github.event.pull_request.merged }}
10+
if: github.event.pull_request.merged == true
1111
publish-npm:
1212
runs-on: ubuntu-latest
1313
steps:

0 commit comments

Comments
 (0)