From 8ddc12938391310ac4d32dad2f9ec7b20af54d8f Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:39:57 -0400 Subject: [PATCH] update .github/workflows/go-test.yml: don't restrict the copy workflow to .github/workflows/ (#23) --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index c6bf22e..1bd78a7 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -1,4 +1,4 @@ -# Workflow managed by web3-bot. DO NOT EDIT. +# File managed by web3-bot. DO NOT EDIT. # See https://github.com/protocol/.github/ for details. on: [push, pull_request] -- GitLab