From ed0d210be65733c6c99dcbcac6245c645af984a8 Mon Sep 17 00:00:00 2001 From: Jean-Kevin KPADEY Date: Sun, 19 May 2024 15:12:16 +0200 Subject: [PATCH] Remove condition to only deploy when commiter is github --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41276f26..e5b91a41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - if: ${{ github.event.head_commit.message == 'Automatic bump after merge' && github.event.head_commit.committer.username == 'github-actions[bot]' }} + #if: ${{ github.event.head_commit.message == 'Automatic bump after merge' && github.event.head_commit.committer.username == 'github-actions[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3