From df7660def95cbb27d98e98421e37f277f93b0caf Mon Sep 17 00:00:00 2001 From: Radhika Canopas Date: Fri, 15 Dec 2023 17:25:33 +0530 Subject: [PATCH] Revert changes --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5bb693..0a9a854 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,9 @@ name: Publish -on: [ push ] +on: + push: + tags: + - '*' + jobs: publish: name: Release build and publish