Skip to content

Commit be869a5

Browse files
committed
ci updates
1 parent 1a72075 commit be869a5

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ env:
44
APP_NAME: usb
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
66
CARGO_INCREMENTAL: '1'
7+
78
'on':
89
push:
910
branches:
1011
- main
11-
tags-ignore:
12-
- '**'
13-
paths-ignore:
14-
- '**/*.md'
15-
- LICENSE
16-
- '**/*.gitignore'
17-
- docs/**
18-
pull_request: null
12+
pull_request:
13+
branches:
14+
- main
1915
workflow_dispatch:
2016
inputs:
2117
release-type:
@@ -135,7 +131,7 @@ jobs:
135131
- name: Install dependencies
136132
run: npm install
137133
- name: Build TypeScript
138-
run: npm run build:ts
134+
run: npm run build:all
139135
- name: create npm dirs
140136
run: npm run create-npm-dirs
141137
- name: Download all artifacts

0 commit comments

Comments
 (0)