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 f10059e commit 9d71a22Copy full SHA for 9d71a22
.github/workflows/test.yml
@@ -2,9 +2,25 @@ name: test
2
3
on:
4
pull_request:
5
- branches: master
+ branches: 'master'
6
+ paths:
7
+ - '.github/workflows/test.yml'
8
+ - 'cmd/**'
9
+ - 'internal/**'
10
+ - '.goreleaser.yml'
11
+ - 'Dockerfile'
12
+ - 'go.mod'
13
+ - 'go.sum'
14
push:
15
16
17
18
19
20
21
22
23
24
25
jobs:
26
test:
0 commit comments