We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331deb8 commit 54e68aeCopy full SHA for 54e68ae
1 file changed
.github/workflows/lint.yml
@@ -1,10 +1,12 @@
1
name: Lint
2
on:
3
- push:
+ push: &paths
4
paths:
5
- "**.go"
6
- go.mod
7
- go.sum
8
+ pull_request:
9
+ <<: *paths
10
11
jobs:
12
lint:
0 commit comments