Skip to content

Commit 7f4c460

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: NPM Installation
22

33
on:
4+
push:
5+
branches-ignore:
6+
- "dependabot/**"
47
schedule:
58
- cron: '0 0 * * *'
69

@@ -10,7 +13,7 @@ env:
1013

1114
jobs:
1215
run:
13-
name: JS Tests
16+
name: NPM Installation
1417
runs-on: ubuntu-latest
1518

1619
steps:

0 commit comments

Comments
 (0)