From 9ebca6c5922a465b2b57e5574fa6e11ba29d2546 Mon Sep 17 00:00:00 2001 From: Gensollen Date: Fri, 8 Nov 2024 10:16:39 +0100 Subject: [PATCH] [CI] Build and deploy documentation on master (#1364) --- .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