We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7ca73 + 0e5bd1e commit b473e4fCopy full SHA for b473e4f
1 file changed
.github/workflows/test.yml
@@ -4,20 +4,18 @@ on:
4
push:
5
branches: [ main ]
6
paths:
7
- - 'main.go'
8
- - 'go.mod'
9
- - 'go.sum'
10
- - 'pkg/**'
11
- - 'scripts/**'
+ - '**/*.go'
+ - '**/go.mod'
+ - '**/go.sum'
+ - '**/*.sh'
12
- '.github/workflows/test.yml'
13
pull_request:
14
15
16
17
18
19
20
21
22
23
permissions:
0 commit comments