Run main action on pull requests
This commit is contained in:
parent
f71480f97d
commit
7fe4530b84
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
||||||
- gpgparams
|
- gpgparams
|
||||||
- install.sh
|
- install.sh
|
||||||
- VERSION
|
- VERSION
|
||||||
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REPO: shenxn/protonmail-bridge
|
DOCKER_REPO: shenxn/protonmail-bridge
|
||||||
|
|
@ -48,4 +49,4 @@ jobs:
|
||||||
${{ steps.repo.outputs.repo }}:latest
|
${{ steps.repo.outputs.repo }}:latest
|
||||||
${{ steps.repo.outputs.repo }}:${{ steps.version.outputs.version }}
|
${{ steps.repo.outputs.repo }}:${{ steps.version.outputs.version }}
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
push: true
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue