mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-21 22:23:25 +01:00
Add action trigger on master PR
This commit is contained in:
parent
67e7e9ad5d
commit
4e25aa914f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy-docker.yml
vendored
2
.github/workflows/deploy-docker.yml
vendored
|
@ -3,6 +3,8 @@ name: Publish Docker Hub
|
|||
on:
|
||||
push:
|
||||
tags: [ '*.*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue