From b59d27e7ed8d718136c065cafd384969527f441f Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Sat, 22 Jan 2022 23:10:16 +0530 Subject: [PATCH] Update workflow to run on tag creation only --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4e32cb..6ad502b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,8 +2,8 @@ name: Publish on: push: - branches: - - "test-workflow" + tags: + - '*' jobs: publish: