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.
2 parents 828e8e0 + 5cfa92f commit 9b6dc00Copy full SHA for 9b6dc00
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
matrix:
12
node: [18, 20, 22, 24]
13
os:
14
- - namespace-profile-default
15
- - namespace-profile-macos-arm64
16
- - namespace-profile-windows-amd64
+ - ubuntu-latest
+ - windows-latest
+ - macos-latest
17
18
runs-on: ${{ matrix.os }}
19
name: Run Tests - Node v${{ matrix.node }} / ${{ matrix.os }}
.github/workflows/pre-release.yml
@@ -1,8 +1,10 @@
1
name: Publish pre-release
2
concurrency: publish
3
on:
4
- push:
5
- branches: [main]
+ # push:
+ # branches: [main]
6
+ workflow_dispatch:
7
+
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
0 commit comments