Update build.yml
This commit is contained in:
parent
8a7ee8c8a9
commit
d158b11421
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -2,9 +2,9 @@ name: Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "**" ]
|
branches: [ "master" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "**" ]
|
branches: [ "master" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: npm run test --if-present
|
- run: npm run test --if-present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user