all repos

onasty @ 5dcc452ec48946b830386b98d97bd5fd286ed5db

a one-time notes service
1 files changed, 2 insertions(+), 2 deletions(-)
fix ci again (#46)

* that should fix it

* for a rest

* Revert "for a rest"

This reverts commit 714a941b5bc396841c7d8a18245ee78b92075b85.
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: