From eb01edce77a197db5e3f5a972144f6548e5eea98 Mon Sep 17 00:00:00 2001 From: adriance Date: Tue, 5 Oct 2021 23:26:17 +0800 Subject: [PATCH] revert --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 924cbfc..a9c5e02 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,9 +1,9 @@ name: Release -on: +on: push: - tags: - - '*' + branches: + - main jobs: