mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Run main action on pull requests
This commit is contained in:
parent
f71480f97d
commit
7fe4530b84
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -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' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user