From e38e63222c7ed19d6af05b6fd8c77dd0367010ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Sat, 8 Jul 2023 18:20:40 +0200 Subject: [PATCH] pipeline [deploy] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57e4ea0f..675877b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: path: build deploy: name: 🚀 Deploy - if: github.event_name == 'push' && contains(github.event.head_commit_message, '[deploy]') + if: github.event_name == 'push' && contains(github.event.head_commit.message, '[deploy]') runs-on: ubuntu-latest needs: build environment: