From 83c1e1184f63b18437a8c032986e521364dbff40 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:22:41 +0200 Subject: [PATCH] fix[build.yml]:Removed released trigger Limit pull_request workflow_trigger to published event to not run two pipelines --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d97fbe6..9ed3322 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,8 @@ on: push: pull_request: release: - types: # This configuration does not affect the page_build event above + types: - published - - released # Allows you to run this workflow manually from the Actions tab workflow_dispatch: