Skip to content

Commit 44b9846

Browse files
committed
Workflows: Run PR checks only when package code is modified in the PR
1 parent 42e7629 commit 44b9846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: PR checks
22
on:
33
pull_request:
44
branches: [ main, dev ]
5+
paths:
6+
- 'zephyr/**'
57
push:
68
branches: [ dev ]
79

0 commit comments

Comments
 (0)