diff --git a/.github/workflows/stage-3-build.yaml b/.github/workflows/stage-3-build.yaml index 223fecd17..76ad3e830 100644 --- a/.github/workflows/stage-3-build.yaml +++ b/.github/workflows/stage-3-build.yaml @@ -67,7 +67,8 @@ jobs: if: | needs.detect-doc-changes.outputs.docs_changed == 'true' || needs.detect-doc-changes.outputs.schemas_changed == 'true' || - needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' + needs.detect-doc-changes.outputs.eventcatalog_changed == 'true' || + github.event_name == 'push' && github.ref == 'refs/heads/feature/publish-test' runs-on: ubuntu-latest timeout-minutes: 15 permissions: