Skip to content

Commit e12dae2

Browse files
authored
chore: optimize CI (#18)
1 parent 886e503 commit e12dae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# This workflow will build a golang project
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
3-
41
name: Go
52

63
on:
74
push:
85
branches: [ "main" ]
6+
paths:
7+
- '**.go'
8+
- '**go.sum'
99
pull_request:
1010
branches: [ "main" ]
1111

0 commit comments

Comments
 (0)