From dae7e4ea71a6155541a413268b5a8b9616af0b98 Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Fri, 8 Nov 2024 09:00:05 +0100 Subject: [PATCH] build and deploy documentation on master --- .github/workflows/build_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index a56f0a000..0497c00d6 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -2,9 +2,9 @@ name: Build and Deloy Documentation on: push: - branches: ["dev", "maint-*"] + branches: ["master", "dev", "maint-*"] pull_request: - branches: ["dev", "maint-*"] + branches: ["master", "dev", "maint-*"] permissions: contents: read