Skip to content

Commit 10d8bed

Browse files
authored
optimize workflow
1 parent b62e812 commit 10d8bed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
name: npm CI
22

33
on:
4-
push: {}
4+
push:
5+
branches: [main]
56
pull_request:
67
branches: [main]
8+
types: [opened, reopened, synchronize]
79

810
jobs:
911
npm_ci:
1012
name: npm CI
1113
uses: Katsute/Workflows/.github/workflows/npm.ci.yml@main
1214
with:
13-
test: false
15+
test: false

0 commit comments

Comments
 (0)