From 13c0a2d38787f8c803b7f1b5406506aeab1b40ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Fri, 3 May 2024 09:20:07 +0200 Subject: [PATCH] Remove `new_website` from deployable branches The `new_website` branch is only listed while working on the new website. There is no need to keep once the `dev-new-site` branch has been merged. This PR can/should be merged last. --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 114657d47..22e47d3f9 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -2,7 +2,7 @@ name: "Deploy website" on: push: - branches: [ master, "new_website" ] + branches: [ master ] jobs: deploy_website: