Skip to content

Commit a57c51c

Browse files
authored
Merge pull request #9 from ruibaby/chore/ci-cd
chore: fix ci and add cd.yaml
2 parents 144876c + 1d3436b commit a57c51c

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CD
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
cd:
10+
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
11+
permissions:
12+
contents: write
13+
with:
14+
skip-appstore-release: true
15+
node-version: "20"
16+
pnpm-version: "9"
17+
ui-path: "ui"

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
ci:

0 commit comments

Comments
 (0)