Skip to content

Commit 4460f0b

Browse files
committed
chore(stash): only run test workflow on relevant changes
1 parent 4ab8682 commit 4460f0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stash-action-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ name: Test Stash Action
1515

1616
on:
1717
pull_request:
18+
paths:
19+
- "stash/**"
1820
push:
1921
branches:
2022
- main
23+
paths:
24+
- "stash/**"
2125

2226
permissions:
2327
contents: read

0 commit comments

Comments
 (0)