Run main action on pull requests

This commit is contained in:
Xiaonan Shen 2020-11-19 18:09:25 -08:00
parent f71480f97d
commit 7fe4530b84
No known key found for this signature in database
GPG Key ID: 211BF560D12417F5

View File

@ -13,6 +13,7 @@ on:
- gpgparams
- install.sh
- VERSION
pull_request:
env:
DOCKER_REPO: shenxn/protonmail-bridge
@ -48,4 +49,4 @@ jobs:
${{ steps.repo.outputs.repo }}:latest
${{ steps.repo.outputs.repo }}:${{ steps.version.outputs.version }}
labels: ${{ steps.docker_meta.outputs.labels }}
push: true
push: ${{ github.event_name != 'pull_request' }}