Skip to content

Commit 444dc49

Browse files
committed
fix: try to fix CD workflow triggering
1 parent fc9904c commit 444dc49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cd.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: Node.js CD
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
7-
types: [closed]
87

98
jobs:
10-
if: github.event.pull_request.merged == true
119
publish-npm:
1210
runs-on: ubuntu-latest
1311
steps:

0 commit comments

Comments
 (0)