From 11ef6207eabed4f6e53c48313e19baababf57a95 Mon Sep 17 00:00:00 2001 From: Frank Ralf Date: Tue, 10 Sep 2024 15:36:11 +0200 Subject: [PATCH] Allow deploying from branch "antora-test". Signed-off-by: Frank Ralf --- .github/workflows/site-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 047447a..3a798d2 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -84,7 +84,7 @@ jobs: deploy: # Run if it was not triggered from remote OR the remote source was master or main. - # if: ${{ github.event_name != 'repository_dispatch' || contains(github.event.client_payload.ref, 'master') || contains(github.event.client_payload.ref, 'main') }} + if: ${{ github.event_name != 'repository_dispatch' || contains(github.event.client_payload.ref, 'antora-test') || contains(github.event.client_payload.ref, 'main') }} # Allow one concurrent deployment concurrency: group: "pages"