Skip to content

Commit

Permalink
👷 only .changset changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian committed Sep 3, 2023
1 parent 14373aa commit 4920a13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- snapshot
- 'hotfix/**'
paths:
- '.changeset/**'
env:
CI: true
jobs:
Expand Down Expand Up @@ -45,7 +47,7 @@ jobs:
pnpm install --frozen-lockfile=false
- name: create and publish versions
run: |
pnpm changset pre enter beta
pnpm changeset pre enter beta
pnpm ci:snapshot
pnpm ci:prerelease
env:
Expand Down

0 comments on commit 4920a13

Please sign in to comment.