From 260fbc2aa326b59c2def48b3daa621eb8af4f834 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 4 Oct 2020 19:59:40 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a57eb5b..935cb66 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,10 +1,9 @@ name: Go on: - release: - types: [released,prereleased] - branches: - - master + push: + paths: + - 'VERSION' jobs: -- 2.39.2