Skip to content

Commit

Permalink
fix(ci): always smoke test main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rioam2 committed Jul 2, 2024
1 parent 21ad191 commit 394fa16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,22 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8

- name: Setup Node
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install
if: ${{ steps.release.outputs.release_created }}
run: pnpm install

- name: Build project
if: ${{ steps.release.outputs.release_created }}
run: pnpm build

- name: Archive build artifacts
Expand Down

0 comments on commit 394fa16

Please sign in to comment.