Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit f928015

Browse files
committed
Run go workflow on all branches
1 parent 117c21c commit f928015

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/go-action.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Go Action detection of dependencies
22
on:
3-
push:
4-
branches:
5-
- main
3+
push
4+
65
jobs:
76
go-action-detection:
87
runs-on: ubuntu-latest
@@ -16,4 +15,4 @@ jobs:
1615
uses: dsp-testing/go-snapshot-action@lsep/go-list-impl
1716
with:
1817
go-mod-path: go-example/go.mod
19-
go-build-target: go-example/cmd/octocat.go
18+
go-build-target: go-example/cmd/octocat.go

0 commit comments

Comments
 (0)