diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa255bb..0a3676b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: - name: Push images run: | - if ${{ github.event_name == 'push' || github.event_name == 'schedule' }} && ${{ github.ref == 'refs/heads/master' }}; then + if ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'}} && ${{ github.ref == 'refs/heads/master' }}; then docker login -u maxgimeno -p ${{ secrets.PASSWD }} bash -x ./push.sh ${{ matrix.test_platform }} else