From 986c23b3cbe513fd8bfd4c4226558375792722f7 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 26 Apr 2021 11:42:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Re-d=C3=A9ploie=20lors=20d'une?= =?UTF-8?q?=20release=20GitHub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ab78cc681..4d86c886f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -4,6 +4,10 @@ on: types: [opened, synchronize] push: branches: [master, demo, next] + # We display the release note in the "news" section of mon-entreprise.fr so we + # want to re-deploy the site when a new release is published on GitHub. + release: + types: [published] jobs: deploy-context: