1
0
Fork 0
mirror of https://github.com/parrazam/radicale-docker.git synced 2024-11-21 16:53:24 +01:00

Add action trigger on master PR

This commit is contained in:
parra 2022-04-13 10:01:52 +02:00
parent 67e7e9ad5d
commit 4e25aa914f

View file

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