diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 278d8d2..ffae3d5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -41,3 +41,5 @@ jobs: pages_artifact_name: ${{ needs.build-docs.outputs.pages_artifact_name }} if: ${{ github.ref_name == 'main' || github.head_ref == 'main'}} needs: [test-python, build-docs, build-test-docker] + + \ No newline at end of file