Skip to content

Commit b473e4f

Browse files
authored
Merge branch 'main' into dependabot/go_modules/vendor_gocui/go_modules-0a7b42b322
2 parents 1c7ca73 + 0e5bd1e commit b473e4f

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'main.go'
8-
- 'go.mod'
9-
- 'go.sum'
10-
- 'pkg/**'
11-
- 'scripts/**'
7+
- '**/*.go'
8+
- '**/go.mod'
9+
- '**/go.sum'
10+
- '**/*.sh'
1211
- '.github/workflows/test.yml'
1312
pull_request:
1413
branches: [ main ]
1514
paths:
16-
- 'main.go'
17-
- 'go.mod'
18-
- 'go.sum'
19-
- 'pkg/**'
20-
- 'scripts/**'
15+
- '**/*.go'
16+
- '**/go.mod'
17+
- '**/go.sum'
18+
- '**/*.sh'
2119
- '.github/workflows/test.yml'
2220

2321
permissions:

0 commit comments

Comments
 (0)