From 99cd65ea7317ee70ec532bde6388cade6932ab39 Mon Sep 17 00:00:00 2001 From: Night Cat <107802416+MHNightCat@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:43:31 +0800 Subject: [PATCH] update gomod2nix github actions --- .github/workflows/update-gomod2nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-gomod2nix.yml b/.github/workflows/update-gomod2nix.yml index 6b6223eb..f5307e4e 100644 --- a/.github/workflows/update-gomod2nix.yml +++ b/.github/workflows/update-gomod2nix.yml @@ -1,6 +1,6 @@ name: Update gomod2nix.toml on: - pull_request: + push: paths: - 'src/go.mod' - 'src/go.sum'