1 files changed,
3 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed by:
GitHub
noreply@github.com
Committed at:
2024-10-17 23:16:36 +0300
Parent:
87e5f90
M
.github/workflows/golang.yml
ยทยทยท 1 1 name: golang 2 2 3 3 on: 4 + workflow_dispatch: 4 5 push: 5 6 branches: [main] 6 - paths: &go_files ["*.go", "go.mod", "go.sum"] 7 + paths: ["*.go", "go.mod", "go.sum"] 7 8 pull_request: 8 - paths: *go_files 9 + paths: ["*.go", "go.mod", "go.sum"] 9 10 10 11 jobs: 11 12 release: