Skip to content

Commit

Permalink
ci: run release on push only
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-frasz committed May 23, 2023
1 parent 1c27b3c commit 926ce1a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -20,16 +17,13 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 7

- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"

- name: Install Dependencies
run: pnpm install

- name: Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 926ce1a

Please sign in to comment.