We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a72075 commit be869a5Copy full SHA for be869a5
1 file changed
.github/workflows/ci.yml
@@ -4,18 +4,14 @@ env:
4
APP_NAME: usb
5
MACOSX_DEPLOYMENT_TARGET: '10.13'
6
CARGO_INCREMENTAL: '1'
7
+
8
'on':
9
push:
10
branches:
11
- main
- tags-ignore:
12
- - '**'
13
- paths-ignore:
14
- - '**/*.md'
15
- - LICENSE
16
- - '**/*.gitignore'
17
- - docs/**
18
- pull_request: null
+ pull_request:
+ branches:
+ - main
19
workflow_dispatch:
20
inputs:
21
release-type:
@@ -135,7 +131,7 @@ jobs:
135
131
- name: Install dependencies
136
132
run: npm install
137
133
- name: Build TypeScript
138
- run: npm run build:ts
134
+ run: npm run build:all
139
- name: create npm dirs
140
run: npm run create-npm-dirs
141
- name: Download all artifacts
0 commit comments