From 482aed4fdc4a815f3e1f11acd9ed21bc12741810 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Wed, 8 Mar 2023 16:58:25 +0200 Subject: [PATCH] "build and deploy" only activates on tag --- .github/workflows/buildAndDeploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index a4393003c3..1348b65ad0 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -9,8 +9,6 @@ on: tags: - '*' # This doesn't mean that it HAS to have a tag, only that the workflow triggers when we push a tag branches: [ master ] - pull_request: - branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: