Skip to content

Commit ec5592f

Browse files
authored
action: ignore dist directory on push
1 parent 4b3c593 commit ec5592f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- dist/**
68
pull_request:
79
branches: [ main ]
810
types: [ opened, edited, synchronize ]

0 commit comments

Comments
 (0)