diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index b65e3d443..0fa0fd3ef 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -21,7 +21,7 @@ jobs: with: concurrent_skipping: 'same_content' skip_after_successful_duplicate: 'true' - do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]' + do_not_skip: '["push", "workflow_dispatch", "schedule"]' build-docs: #Continue if checks-for-duplicates found no duplicates. Always runs for pull-requests. @@ -248,4 +248,4 @@ jobs: BRANCH: gh-pages FOLDER: deploy CLEAN: false - SINGLE_COMMIT: true + SINGLE_COMMIT: true \ No newline at end of file