From ade68825db8b7dc4d68e16fb20e939b7bd1bcdaa Mon Sep 17 00:00:00 2001 From: nateshmbhat Date: Fri, 17 Jul 2020 12:04:34 +0530 Subject: [PATCH] updated github workflow Signed-off-by: nateshmbhat --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f56fe73..d4ba799 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,7 @@ name: Publish package on pushing to master # events but only for the master branch on: - push: - release: + release: # pull_request: # branches: [ master ]