We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98cf36 commit d699dbbCopy full SHA for d699dbb
.github/workflows/lint.yaml
@@ -4,7 +4,13 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - "**.go"
9
+ - ".github/workflows/lint.yaml"
10
pull_request:
11
12
13
14
workflow_dispatch:
15
16
# Cancel in-progress runs for pull requests when developers push
.github/workflows/test.yaml
+ - ".github/workflows/test.yaml"
0 commit comments