Skip to content

Commit

Permalink
Merge pull request #9 from ruibaby/chore/ci-cd
Browse files Browse the repository at this point in the history
chore: fix ci and add cd.yaml
  • Loading branch information
n0vad3v authored Jul 21, 2024
2 parents 144876c + 1d3436b commit a57c51c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CD

on:
release:
types:
- published

jobs:
cd:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
permissions:
contents: write
with:
skip-appstore-release: true
node-version: "20"
pnpm-version: "9"
ui-path: "ui"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
ci:
Expand Down

0 comments on commit a57c51c

Please sign in to comment.