From c48cde43d256003ac5bd239e37343888a09f7862 Mon Sep 17 00:00:00 2001 From: Amine Yagoub Date: Sat, 11 May 2024 16:51:21 +0100 Subject: [PATCH] Update wokflow to run only when push to main --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8ba97e6..e45a8d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,5 @@ name: Bump version and publish to NPM on: - pull_request: - branches: - - main push: branches: - main