From 603468e22a83bf7144742be8873ce85a6a06aba9 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 18 Mar 2023 08:10:49 -0400 Subject: [PATCH] ci: go mod auto-update runs on push to curr --- .github/workflows/go-mod-auto-bump.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go-mod-auto-bump.yml b/.github/workflows/go-mod-auto-bump.yml index 13d80b3c540..64e4e921ab7 100644 --- a/.github/workflows/go-mod-auto-bump.yml +++ b/.github/workflows/go-mod-auto-bump.yml @@ -8,6 +8,8 @@ name: Go Mod Auto Version Update on: push: + branches: + - ${{ github.ref }} paths: - osmoutils/** - osmomath/**