Add action trigger on master PR

This commit is contained in:
parra 2022-04-13 10:01:52 +02:00 committed by GitHub
parent c5ed1020c9
commit 0c1344bb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Publish Docker Hub
on:
push:
tags: [ '*.*.*.*' ]
pull_request:
branches: [ master ]
jobs:
build: