Skip to content

Commit 9da9881

Browse files
committed
build: update build tools
1 parent c09a979 commit 9da9881

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: NPM Installation
22

33
on:
4-
push:
5-
branches-ignore:
6-
- "dependabot/**"
7-
pull_request:
8-
workflow_dispatch:
4+
schedule:
5+
- cron: '0 0 * * *'
96

107
env:
118
FORCE_COLOR: 2

0 commit comments

Comments
 (0)