From 37704ad15dabb4e7d864b353caacc8773232bfb7 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 17 May 2022 22:41:03 +0200 Subject: [PATCH] ci: Restore testing, add reaction to tag/release [skip ci] --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 592a5da..36f6b15 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,8 @@ name: Test and release on: push: - tag: + release: + types: ["published"] jobs: # test: