Skip to content

Commit

Permalink
Allow deploying from branch "antora-test".
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Ralf <[email protected]>
  • Loading branch information
nakohdo committed Sep 10, 2024
1 parent e8fab97 commit 11ef620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 11ef620

Please sign in to comment.