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