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