.gitignore
.gitignore
This file has not been changed.
cmd/vkadm/main.go
cmd/vkadm/main.go
This file has not been changed.
go.mod
go.mod
This file has not been changed.
go.sum
go.sum
This file has not been changed.
+5
-1
.tangled/workflows/pull-request.yaml
+5
-1
.tangled/workflows/pull-request.yaml
···
1
1
{
2
-
when: [{ event: ["pull_request"], branch: ["main"] }],
2
+
when:
3
+
[
4
+
{ event: ["pull_request"], branch: ["main"] },
5
+
{ event: ["push", "manual"], branch: ["main"] },
6
+
],
3
7
engine: "nixery",
4
8
clone: { skip: false, depth: 1, submodules: false },
5
9
dependencies: { nixpkgs: ["go", "go-tools"] },
History
3 rounds
0 comments
expand 0 comments
pull request successfully merged