Skip to content

Commit ca8f0fa

Browse files
committed
🛠 build: Ignore non .go file changes.
1 parent 96ea871 commit ca8f0fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
- master
7+
paths:
8+
- '**.go'
79
pull_request:
810
workflow_dispatch:
911

0 commit comments

Comments
 (0)