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: