Skip to content

Commit c5cc310

Browse files
Add/update workflow file .github/workflows/npm-build.yml
1 parent 9446252 commit c5cc310

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/npm-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Npm Build
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, edited, synchronize]
6+
workflow_dispatch:
7+
8+
jobs:
9+
main:
10+
uses: deep-foundation/workflows/.github/workflows/npm-build.yml@main

0 commit comments

Comments
 (0)