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,9 +4,9 @@ on:
workflow_dispatch: push: branches: [main] - paths: ["*.go", "go.mod", "go.sum"] + paths: ["**.go", "go.mod", "go.sum"] pull_request: - paths: ["*.go", "go.mod", "go.sum"] + paths: ["**.go", "go.mod", "go.sum"] jobs: release: