Skip to content

Commit b39cc9b

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

1616
on:
1717
pull_request:
18+
paths:
19+
- ".github/workflows/stash-action-test.yml"
20+
- "stash/**"
1821
push:
1922
branches:
2023
- main
24+
paths:
25+
- ".github/workflows/stash-action-test.yml"
26+
- "stash/**"
2127

2228
permissions:
2329
contents: read

0 commit comments

Comments
 (0)