Skip to content

Commit 3b35286

Browse files
committed
chore: only publish releases
1 parent dab2daf commit 3b35286

File tree

5 files changed

+2
-68
lines changed

5 files changed

+2
-68
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,6 @@ jobs:
3939
- name: Typecheck
4040
run: npm run typecheck
4141

42-
test:
43-
name: Unit and Integration Tests
44-
runs-on: ubuntu-latest
45-
steps:
46-
- name: Checkout repo
47-
uses: actions/checkout@v2
48-
49-
- name: Use Node 14
50-
uses: actions/setup-node@v1
51-
with:
52-
node-version: 14
53-
54-
- name: Install dependencies
55-
uses: bahmutov/npm-install@v1
56-
57-
- name: Test
58-
run: npm run test -- --ci --coverage --maxWorkers=2
59-
6042
lint:
6143
name: Biome
6244
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish to NPM
22

33
on:
4-
push:
5-
branches: main
4+
release:
5+
types: [published]
66

77
jobs:
88
lint:

config/jest.config.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

config/jest/babel.config.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

config/jest/setup.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)