Skip to content

Commit bb1ccde

Browse files
committed
chore: update ci scripts
1 parent f18ad16 commit bb1ccde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches:
17-
- main
1815
pull_request:
19-
# The branches below must be a subset of the branches above
16+
push:
2017
branches:
2118
- main
2219

.github/workflows/install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'package.json'
88
- 'scripts/**'
99
push:
10+
branches:
11+
- main
1012
paths:
1113
- '.github/workflows/install.yml'
1214
- 'package.json'
@@ -31,6 +33,7 @@ jobs:
3133
install:
3234
needs: pack
3335
strategy:
36+
fail-fast: false
3437
matrix:
3538
pm: [npm, yarn, pnpm]
3639
os: [ubuntu-latest, macos-latest, windows-latest]

scripts/postinstall.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)