From a9b37c1907b12e9cb75846b76a709980fb75c2af Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 31 May 2025 16:30:30 +0200 Subject: [PATCH] =?UTF-8?q?Change=20la=20mani=C3=A8re=20de=20d=C3=A9t?= =?UTF-8?q?=C3=A9cter=20l'=C3=A9v=C3=A8nement=20GA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b2c1f09..acbd09a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: # ...I merged a PR or pushed on the dev branch, thus deploy to the test env (dev) if: | (github.event_name == 'workflow_dispatch' && github.ref_name == 'main') || - ((github.event.pull_request.merged == true || github.event.push == true) && github.ref_name == 'dev') + ((github.event_name == 'pull_request' || github.event_name == 'push') && github.ref_name == 'dev') runs-on: ubuntu-latest environment: ${{ github.ref_name }} steps: