From 7c748316475febadb3fcbdd44dd5e08c97fe7528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Sat, 8 Jul 2023 18:18:46 +0200 Subject: [PATCH] pipeline [deploy] --- .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 24ef03ef..57e4ea0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,6 @@ name: Build on: push: branches: [ "master" ] - tags: ["v*"] pull_request: branches: [ "master" ] @@ -43,7 +42,7 @@ jobs: path: build deploy: name: 🚀 Deploy - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + if: github.event_name == 'push' && contains(github.event.head_commit_message, '[deploy]') runs-on: ubuntu-latest needs: build environment: