Skip to content

Commit 1c35b5c

Browse files
authored
Merge pull request #78 from assignUser/filter-stash-test
chore(stash): only run test workflow on relevant changes
2 parents db9b70a + b39cc9b commit 1c35b5c

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)