Update build.yml

removing github.event_name if statement
This commit is contained in:
Tobias Lindberg
2021-05-03 12:38:05 +02:00
committed by GitHub
parent 04f617c6ed
commit cc015ba3db

View File

@@ -36,7 +36,6 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}