Skip to content

Commit

Permalink
fix(#37): make ci work again (#38)
Browse files Browse the repository at this point in the history
* apparently it was bad idea to use anchors in workflow files

* chore(ci): make manuals runs possible
  • Loading branch information
olexsmir authored Oct 17, 2024
1 parent 87e5f90 commit 47d33af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 47d33af

Please sign in to comment.