all repos

onasty @ 5dcc452

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
        4
           workflow_dispatch:

      
        5
        5
           push:

      
        6
        6
             branches: [main]

      
        7
        
        -    paths: ["*.go", "go.mod", "go.sum"]

      
        
        7
        +    paths: ["**.go", "go.mod", "go.sum"]

      
        8
        8
           pull_request:

      
        9
        
        -    paths: ["*.go", "go.mod", "go.sum"]

      
        
        9
        +    paths: ["**.go", "go.mod", "go.sum"]

      
        10
        10
         

      
        11
        11
         jobs:

      
        12
        12
           release: