Skip to content

Commit cbfe6aa

Browse files
github(test-action): run only for test folder changes
1 parent 95a46e1 commit cbfe6aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test Action
33
on:
44
pull_request:
55
types: [opened, edited, synchronize, reopened, closed]
6+
paths:
7+
- 'test/**'
68

79
jobs:
810
get-downstream-assets:

0 commit comments

Comments
 (0)