Skip to content

Commit

Permalink
ensure pkg-pr-new only runs on package changes (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 26, 2024
1 parent 715e159 commit 486a8ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/snapshop-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: snapshot Release

on: [pull_request]
on:
pull_request:
paths:
- 'packages/**'

jobs:
release:
Expand All @@ -19,7 +22,7 @@ jobs:
node-version-file: '.node-version'
cache: 'pnpm'

- name: Install Dependencies
- name: Install Dependencies
run: pnpm ci:install

- name: Publish packages
Expand Down

0 comments on commit 486a8ee

Please sign in to comment.