diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 47e9ab55..fc1eb676 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -119,7 +119,7 @@ jobs: run: make test.integration - name: Login to DockerHub - if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/mCaptcha' + if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'mCaptcha/mCaptcha' uses: docker/login-action@v1 with: username: mcaptcha