Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 75113e9

Browse files
committed
ci: update workflow
1 parent c1f68bf commit 75113e9

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

.github/workflows/publish.yml

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

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Test
1+
name: Build
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
7-
branches: [ master ]
5+
types: [ opened, reopened, synchronize ]
6+
push:
7+
branches: [ main ]
88

99
jobs:
1010
build:
@@ -16,5 +16,4 @@ jobs:
1616
node-version: '14.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: yarn install
19-
- run: cd dev && yarn install
20-
- run: yarn test
19+
- run: yarn build

0 commit comments

Comments
 (0)