From 8b24338ba0fddb947736a7a98c2d6a9755ddffe0 Mon Sep 17 00:00:00 2001 From: Jonas Schultheiss Date: Sat, 19 Oct 2024 21:21:33 +0200 Subject: [PATCH] chore: fixes cd --- .github/workflows/cd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e8a74a8b..269afd9b 100755 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -3,12 +3,9 @@ name: cd on: push: branches: - - '**' + - 'develop' tags: - '*.*.*' - pull_request: - branches: - - 'main' jobs: build: