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,11 +1,12 @@
name: golang on: + workflow_dispatch: push: branches: [main] - paths: &go_files ["*.go", "go.mod", "go.sum"] + paths: ["*.go", "go.mod", "go.sum"] pull_request: - paths: *go_files + paths: ["*.go", "go.mod", "go.sum"] jobs: release: