From debec7d57bd747a2895445100e42c858d4d71262 Mon Sep 17 00:00:00 2001 From: Sijmen Huizenga Date: Sat, 8 Oct 2022 13:18:15 +0200 Subject: [PATCH] Trigger gh-actions on tag push --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 00f7338..140c623 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,6 +3,8 @@ name: Go on: push: branches: [ master ] + tags: + - '*' pull_request: branches: [ master ]