all repos

onasty @ 47d33af53009193f1b853af2f4e6c2eb07bed001

a one-time notes service
1 files changed, 3 insertions(+), 2 deletions(-)
fix(#37): make ci work again (#38)

* apparently it was bad idea to use anchors in workflow files

* chore(ci): make manuals runs possible
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: