Skip to content

Commit

Permalink
ci: rework
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jul 9, 2024
1 parent 7388b82 commit 25fa5b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12,722 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- master # default branch
- ci-rework # default branch

jobs:
build:
Expand All @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 9
- name: Cache NPM dependencies
uses: actions/cache@v2
with:
Expand Down
Loading

0 comments on commit 25fa5b1

Please sign in to comment.