diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 6f6a9d56..ca351262 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -48,6 +48,7 @@ jobs: bash <(curl -s https://codecov.io/bash) multiarch_build: + if: github.event_name == 'push' && github.ref == 'refs/heads/main' needs: - Tests name: Multi-arch build @@ -60,6 +61,5 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Build and push Docker image for main branch - if: github.event_name == 'push' && github.ref == 'refs/heads/main' run: | make release GOTENBERG_VERSION=edge \ No newline at end of file