Skip to content

Commit

Permalink
Update previews.yml (#34)
Browse files Browse the repository at this point in the history
* Update previews.yml

* Update previews.yml to include package paths in push and pull_request events
  • Loading branch information
Adammatthiesen authored Dec 16, 2024
1 parent b094bb2 commit cc16292
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/previews.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Preview Packages - pkg.pr.new

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

jobs:
build:
Expand Down

0 comments on commit cc16292

Please sign in to comment.