diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9280d33..15e5d5e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,6 +122,7 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + if: github.event_name == 'push' - name: Build and Push uses: docker/build-push-action@v2