From ea3f06cdcb100a8944f8092398ff31fa9dba3eae Mon Sep 17 00:00:00 2001 From: Paolo Pustorino Date: Sun, 17 Mar 2024 12:09:16 +0100 Subject: [PATCH] refs #147: The gh pages deploy workflow triggers are now related to the actual release, not pushes on testing branch. --- .github/workflows/deploy-docs.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 0f22a42dc..38e3a9109 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,17 +1,12 @@ name: Publish updated documentation -# on: -# push: -# tags: -# - "v*.*.*" -# - "v*.*.*-alpha*" -# - "v*.*.*-beta*" -# - "v*.*.*-rc*" - on: push: - branches: - - feature/147-docs-release-automation + tags: + - "v*.*.*" + - "v*.*.*-alpha*" + - "v*.*.*-beta*" + - "v*.*.*-rc*" jobs: deploy-gh-pages: