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