Skip to content

Commit

Permalink
test: run only if changes in packages dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Nov 8, 2024
1 parent 6786cf4 commit 5c3df59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
push:
branches:
- master
paths:
- packages/**
paths-ignore:
- packages/examples/**
- packages/nuejs.org/**
pull_request:
paths:
- packages/**
paths-ignore:
- packages/examples/**
- packages/nuejs.org/**
Expand Down

0 comments on commit 5c3df59

Please sign in to comment.