From 680da3232f375105545c0b26fa3e12329f9bc1c5 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 11 Mar 2023 21:39:51 +0200 Subject: [PATCH] Matrix build and deploy *only* for tags --- .github/workflows/buildAndDeploy.yml | 1 - .github/workflows/buildMultiplatform.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index 21f4f0f222..3738484b8d 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -8,7 +8,6 @@ on: push: tags: - '*' # This doesn't mean that it HAS to have a tag, only that the workflow triggers when we push a tag - branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/buildMultiplatform.yml b/.github/workflows/buildMultiplatform.yml index 8c07553181..5ed6531d14 100644 --- a/.github/workflows/buildMultiplatform.yml +++ b/.github/workflows/buildMultiplatform.yml @@ -8,7 +8,6 @@ on: # Once when deploying a version is a good compromise. tags: - '*' - branches: [ master ] jobs: