From 03802fad852fa89a6c35104eaef24c5ecce5ed07 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 6 Dec 2024 16:09:39 +0530 Subject: [PATCH] Removing the push condition for release workflow --- .github/workflows/release-auth0-acul-js.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-auth0-acul-js.yml b/.github/workflows/release-auth0-acul-js.yml index 151c92d..e2aa2c1 100644 --- a/.github/workflows/release-auth0-acul-js.yml +++ b/.github/workflows/release-auth0-acul-js.yml @@ -1,9 +1,6 @@ name: Create npm and GitHub Release For auth0-acul-js on: - # Trigger this workflow when a branch like "release/auth0-acul-js/v*" is pushed - push: - pull_request: branches: - 'release/auth0-acul-js/v*' # Ensure the branch matches this pattern