From e4d8ab2379b622eabba011f1ca2bfc7419512332 Mon Sep 17 00:00:00 2001 From: Keelah Date: Sun, 13 Oct 2024 13:27:43 +0200 Subject: [PATCH] I forgor this in the pipeline (#214) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b72dfce..7fad935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: # BUILD APP build: - if: ( github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' ) || startsWith(github.ref, 'refs/tags/v') + if: ( github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' ) || startsWith(github.ref, 'refs/tags/v') strategy: matrix: # runtime: [x64, x86]