1 files changed,
2 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed by:
GitHub
noreply@github.com
Committed at:
2024-11-20 19:03:35 +0200
Parent:
cd85e3b
M
.github/workflows/golang.yml
ยทยทยท 4 4 workflow_dispatch: 5 5 push: 6 6 branches: [main] 7 - paths: ["*.go", "go.mod", "go.sum"] 7 + paths: ["**.go", "go.mod", "go.sum"] 8 8 pull_request: 9 - paths: ["*.go", "go.mod", "go.sum"] 9 + paths: ["**.go", "go.mod", "go.sum"] 10 10 11 11 jobs: 12 12 release: